@tplc/wot 0.1.92 → 0.1.94
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,38 @@
|
|
|
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.94](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.1.93...v0.1.94) (2025-07-25)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ✨ Features | 新功能
|
|
9
|
+
|
|
10
|
+
* banner 兼容渐变色颜色 ([e7dc081](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/e7dc081f9b0e90cf102b3cde012456dac65f6bff))
|
|
11
|
+
|
|
12
|
+
### [0.1.93](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.163...v0.1.93) (2025-07-25)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### 🚀 Chore | 构建/工程依赖/工具
|
|
16
|
+
|
|
17
|
+
* **release:** 0.4.164 ([6755b3c](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/6755b3cb6c1eeb6889d72bc28f9038e727cf3117))
|
|
18
|
+
* **release:** 0.4.165 ([5ff834d](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/5ff834ddb8c9c8f82e9986e342851cb623ccb929))
|
|
19
|
+
* **release:** 0.4.166 ([c3326b3](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/c3326b3dbac49ad970e1f559364f08c69a5643c6))
|
|
20
|
+
* **release:** 0.4.167 ([d7620e9](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/d7620e9a79a51ed2d01ac05615220c9699689e04))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### ✨ Features | 新功能
|
|
24
|
+
|
|
25
|
+
* area 支持 position ([acf7ad6](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/acf7ad6c905cbcfcc87e505f7b4ba010305e8085))
|
|
26
|
+
* nav ([4c75436](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/4c754366ffb87b3978aee160a1045814dad330ff))
|
|
27
|
+
* nav ([f631ec3](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/f631ec37baa73a37531171f73b3b29db14363c19))
|
|
28
|
+
* nav页面 ([aa8f380](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/aa8f380e915a44b74036a24079027c14b8ce484a))
|
|
29
|
+
* youhua ([b794370](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/b794370291d751af8ffb1257faba2c3266fcf744))
|
|
30
|
+
* 修改布局 ([be4d414](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/be4d414f4e51532c491604523ad7dc2eaaf015d0))
|
|
31
|
+
* 改造route tabbar ([544c8b8](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/544c8b8c4ce29c7c89ccdadaef3bf4018bde3884))
|
|
32
|
+
* 新增图片遮罩 ([a2e5997](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/a2e5997656723b106cc759b8a17f3ad912da90df))
|
|
33
|
+
* 新增复制 ([d42f532](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/d42f532d46bac9b3fa743e5d8c78077e4baea067))
|
|
34
|
+
* 新增文档 ([9e42915](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/9e42915f06cf5352a4d665909566a32a3676ecfb))
|
|
35
|
+
* 调整日历高度 ([7de6b26](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/7de6b26c60f1ddce1056e54d56b3753b7e5805e1))
|
|
36
|
+
|
|
5
37
|
### [0.1.92](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.152...v0.1.92) (2025-07-11)
|
|
6
38
|
|
|
7
39
|
|
|
@@ -34,6 +34,13 @@
|
|
|
34
34
|
width: imgWidth ? addUnit(imgWidth) : undefined,
|
|
35
35
|
}"
|
|
36
36
|
>
|
|
37
|
+
<view
|
|
38
|
+
class="absolute top-0 left-0 w-full h-full z-1"
|
|
39
|
+
:style="{
|
|
40
|
+
backgroundColor: maskBgColor,
|
|
41
|
+
}"
|
|
42
|
+
v-if="maskBgColor"
|
|
43
|
+
/>
|
|
37
44
|
<template v-if="item.videoUrl">
|
|
38
45
|
<wd-img :src="item.url" height="100%" width="100%" :mode="imageMode" />
|
|
39
46
|
<view
|
package/package.json
CHANGED
|
@@ -131,6 +131,10 @@ declare const __VLS_component: import('vue').DefineComponent<
|
|
|
131
131
|
type: import('vue').PropType<string>
|
|
132
132
|
default: string
|
|
133
133
|
}
|
|
134
|
+
maskBgColor: {
|
|
135
|
+
type: import('vue').PropType<string>
|
|
136
|
+
default: string
|
|
137
|
+
}
|
|
134
138
|
customStyle: {
|
|
135
139
|
type: import('vue').PropType<string>
|
|
136
140
|
default: string
|
|
@@ -282,6 +286,10 @@ declare const __VLS_component: import('vue').DefineComponent<
|
|
|
282
286
|
type: import('vue').PropType<string>
|
|
283
287
|
default: string
|
|
284
288
|
}
|
|
289
|
+
maskBgColor: {
|
|
290
|
+
type: import('vue').PropType<string>
|
|
291
|
+
default: string
|
|
292
|
+
}
|
|
285
293
|
customStyle: {
|
|
286
294
|
type: import('vue').PropType<string>
|
|
287
295
|
default: string
|
|
@@ -330,6 +338,7 @@ declare const __VLS_component: import('vue').DefineComponent<
|
|
|
330
338
|
itemPadding: string
|
|
331
339
|
imageRadius: string
|
|
332
340
|
indicatorCustomStyle: string
|
|
341
|
+
maskBgColor: string
|
|
333
342
|
},
|
|
334
343
|
{}
|
|
335
344
|
>
|