@tplc/wot 0.1.78 → 0.1.80

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,30 @@
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.80](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.67...v0.1.80) (2025-04-09)
6
+
7
+
8
+ ### ✨ Features | 新功能
9
+
10
+ * search 回车 带上keywords ([ce99896](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/ce998961a0b52d9a4e2d2018489d22175c5bb227))
11
+
12
+ ### [0.1.79](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.63...v0.1.79) (2025-04-08)
13
+
14
+
15
+ ### 🚀 Chore | 构建/工程依赖/工具
16
+
17
+ * **release:** 0.1.77 ([84670e8](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/84670e887255587d60cfab6ed967e82176cf41c5))
18
+ * **release:** 0.1.78 ([a7d8ee6](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/a7d8ee64e0abce7c136fcf0dd919eac6b82ca919))
19
+ * **release:** 0.4.64 ([ccb6f96](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/ccb6f9610ea912b72d1a82752a057ef0a708f844))
20
+
21
+
22
+ ### ✨ Features | 新功能
23
+
24
+ * 修改ui ([9ad7fc6](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/9ad7fc61715f24ad63bddfb5739c3129444f5487))
25
+ * 调整布局 ([497999f](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/497999f86ec4e6461f747eda7914cc2c5e4b1290))
26
+ * 调整样式 ([2b912d5](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/2b912d5e319a65aa391a1a859fbe7dc202d12305))
27
+ * 调整版本 ([6a46a2c](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/6a46a2c1b359c1777d548658fa5fc87cbc1ce29a))
28
+
5
29
  ### [0.1.78](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.1.77...v0.1.78) (2025-04-07)
6
30
 
7
31
 
@@ -7,8 +7,8 @@
7
7
  :mode="mode"
8
8
  :lazy-load="lazyLoad"
9
9
  />
10
- <!-- #ifdef H5 -->
11
- <img
10
+
11
+ <image
12
12
  :class="`wd-img__image coverImg ${customImage}`"
13
13
  :src="wrapPhoto({ photo: src, width, type: 1 })"
14
14
  :mode="mode"
@@ -17,20 +17,8 @@
17
17
  @error="handleError"
18
18
  :style="{
19
19
  display: status === 'success' ? 'block' : 'none',
20
- objectFit: 'cover',
21
20
  }"
22
21
  />
23
- <!-- #endif -->
24
- <!-- #ifndef H5 -->
25
- <image
26
- :class="`wd-img__image coverImg ${customImage}`"
27
- :src="wrapPhoto({ photo: src, width, type: 1 })"
28
- :mode="mode"
29
- :lazy-load="lazyLoad"
30
- @load="handleLoad"
31
- @error="handleError"
32
- />
33
- <!-- #endif -->
34
22
  </view>
35
23
  </template>
36
24
  <script lang="ts">
@@ -38,16 +38,18 @@
38
38
  v-bind="item.link"
39
39
  customClass="w-full h-full"
40
40
  >
41
- <image
41
+ <wd-img
42
42
  :src="isObj(item) ? item[valueKey] : item"
43
- class="h-full w-full"
43
+ height="100%"
44
+ width="100%"
44
45
  :mode="imageMode"
45
46
  />
46
47
  </lcb-action-view>
47
- <image
48
+ <wd-img
48
49
  v-else
49
50
  :src="isObj(item) ? item[valueKey] : item"
50
- class="h-full w-full"
51
+ height="100%"
52
+ width="100%"
51
53
  :mode="imageMode"
52
54
  />
53
55
  </view>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "@tplc/wot",
3
3
  "name": "@tplc/wot",
4
- "version": "0.1.78",
4
+ "version": "0.1.80",
5
5
  "keywords": [
6
6
  "wot-design-uni",
7
7
  "国际化",