@tplc/wot 0.1.93 → 0.1.95

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,35 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.1.95](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.166...v0.1.95) (2025-07-25)
6
+
7
+
8
+ ### 🚀 Chore | 构建/工程依赖/工具
9
+
10
+ * **release:** 0.1.93 ([fe4041a](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/fe4041ad1f2ed3b4f8a5a66b8f770f41863a987a))
11
+ * **release:** 0.1.94 ([2f01b60](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/2f01b608e23bf7479d993e9fb914213738500789))
12
+ * **release:** 0.4.167 ([d7620e9](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/d7620e9a79a51ed2d01ac05615220c9699689e04))
13
+ * **release:** 0.4.168 ([9f95895](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/9f95895c8d6ddc07c02f06fa8d55249a89e6156c))
14
+
15
+
16
+ ### ✨ Features | 新功能
17
+
18
+ * banner 兼容渐变色颜色 ([e7dc081](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/e7dc081f9b0e90cf102b3cde012456dac65f6bff))
19
+ * nav ([4c75436](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/4c754366ffb87b3978aee160a1045814dad330ff))
20
+ * nav ([f631ec3](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/f631ec37baa73a37531171f73b3b29db14363c19))
21
+ * youhua ([b794370](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/b794370291d751af8ffb1257faba2c3266fcf744))
22
+ * 新增图片遮罩 ([a2e5997](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/a2e5997656723b106cc759b8a17f3ad912da90df))
23
+ * 新增复制 ([d42f532](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/d42f532d46bac9b3fa743e5d8c78077e4baea067))
24
+ * 新增文档 ([9e42915](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/9e42915f06cf5352a4d665909566a32a3676ecfb))
25
+ * 调整为全局背景banner ([382f67e](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/382f67ecd2e7a282158909a4a07e4c1c71b8fdcb))
26
+
27
+ ### [0.1.94](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.1.93...v0.1.94) (2025-07-25)
28
+
29
+
30
+ ### ✨ Features | 新功能
31
+
32
+ * banner 兼容渐变色颜色 ([e7dc081](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/e7dc081f9b0e90cf102b3cde012456dac65f6bff))
33
+
5
34
  ### [0.1.93](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.163...v0.1.93) (2025-07-25)
6
35
 
7
36
 
@@ -219,7 +219,7 @@ export const swiperProps = {
219
219
  indicatorCustomStyle: makeStringProp(''),
220
220
 
221
221
  // 遮罩背景颜色
222
- maskBgColor: makeStringProp('#ffffff'),
222
+ maskBgColor: makeStringProp(''),
223
223
  }
224
224
 
225
225
  export type SwiperProps = ExtractPropTypes<typeof swiperProps>
@@ -37,7 +37,7 @@
37
37
  <view
38
38
  class="absolute top-0 left-0 w-full h-full z-1"
39
39
  :style="{
40
- backgroundColor: maskBgColor,
40
+ background: maskBgColor,
41
41
  }"
42
42
  v-if="maskBgColor"
43
43
  />
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "@tplc/wot",
3
3
  "name": "@tplc/wot",
4
- "version": "0.1.93",
4
+ "version": "0.1.95",
5
5
  "keywords": [
6
6
  "wot-design-uni",
7
7
  "国际化",