@tplc/business 0.3.28 → 0.3.29

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,26 @@
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.3.29](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.3.22...v0.3.29) (2025-02-10)
6
+
7
+
8
+ ### 🚀 Chore | 构建/工程依赖/工具
9
+
10
+ * **release:** 0.1.58 ([69c6e54](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/69c6e54ce296ace2001ae1df68afe3ae4ba68df4))
11
+ * **release:** 0.1.59 ([5474178](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/5474178636d68aac1cd2c9b6636b6701ab5382da))
12
+ * **release:** 0.3.23 ([02a13c0](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/02a13c0fc46e7416831a58ef1ac086f98d96ad1c))
13
+ * **release:** 0.3.24 ([cef1575](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/cef15757bc4fd98d74792a448c69dfe217226797))
14
+ * **release:** 0.3.25 ([1e15a2d](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/1e15a2da2312961b2b8d272a79dda4587ccaecdf))
15
+ * **release:** 0.3.26 ([f49b2ec](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/f49b2ec5ee1e5d33a7861cb65faf40c04051c17f))
16
+ * **release:** 0.3.27 ([de8db84](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/de8db8463034c3d962522ca25b9f926f54f859fa))
17
+ * **release:** 0.3.28 ([3554966](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/35549669d999237cebf0ad10d1abe975637903ba))
18
+
19
+
20
+ ### ✨ Features | 新功能
21
+
22
+ * vip 跳转调整 ([d859424](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/d859424782df289c60d41ce6043a53808890f0ba))
23
+ * 日历调整 ([a78bc04](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/a78bc04f75f0c3b972bdb7db8139822115ec082f))
24
+
5
25
  ### [0.3.28](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.1.59...v0.3.28) (2025-02-09)
6
26
 
7
27
  ### [0.3.27](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.1.58...v0.3.27) (2025-02-09)
@@ -15,13 +15,13 @@
15
15
  <view class="absolute w-20 text-center leading-6 top-0 left-0">
16
16
  {{ info.effectiveDate }}
17
17
  </view>
18
- <view
18
+ <!-- <view
19
19
  class="absolute leading-4.5 top-156rpx left-4 flex items-center gap-0.5"
20
20
  @click="navigateTo('/pages-sub/vip/points')"
21
21
  >
22
22
  <view>{{ translate('消费积分') }} {{ info.sumPoint }}</view>
23
23
  <wd-icon classPrefix="lcb" name="xiangyou" size="24rpx" />
24
- </view>
24
+ </view> -->
25
25
  <view
26
26
  class="absolute text-2.5 w-662rpx leading-64rpx top-256rpx left-2.5 flex items-center gap-0.5 px-2.5 box-border"
27
27
  @click="navigateTo('/pages-sub/vip/upgrade-guide')"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.3.28",
3
+ "version": "0.3.29",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],