@tplc/business 0.4.192 → 0.4.193
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,13 @@
|
|
|
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.4.193](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.192...v0.4.193) (2025-08-18)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ✨ Features | 新功能
|
|
9
|
+
|
|
10
|
+
* 支持supportClickScroll ([1c0113f](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/1c0113f9574401a24a1482f92e242d2061a89362))
|
|
11
|
+
|
|
5
12
|
### [0.4.192](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.190...v0.4.192) (2025-08-18)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -117,6 +117,9 @@ const showTabbar = inject(SHOW_TABBAR) as Ref<boolean>
|
|
|
117
117
|
const touchStartY = ref(0)
|
|
118
118
|
const touchStartX = ref(0)
|
|
119
119
|
const isTouching = ref(false)
|
|
120
|
+
if (props.supportClickScroll) {
|
|
121
|
+
showTabbar.value = false
|
|
122
|
+
}
|
|
120
123
|
|
|
121
124
|
const supplementProps = computed(() => {
|
|
122
125
|
if (props.styleGroup === 2) {
|