@tplc/business 0.7.61 → 0.7.62

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,15 @@
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.7.62](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.7.61...v0.7.62) (2026-01-10)
6
+
7
+
8
+ ### 🐛 Bug Fixes | Bug 修复
9
+
10
+ * **iconfonts:** update font URLs to absolute paths for improved accessibility ([4a9ff7c](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/4a9ff7c0128766a6a718d8bc266d2914bbe1b6da))
11
+ * **iconfonts:** update font URLs to relative paths for better asset management ([61e3142](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/61e31429da7faf69f76cb7b7e423c47e8ec1d7eb))
12
+ * **lcb-tabs:** increase timeout duration for initializing currentTab to improve default tab selection timing ([01b7415](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/01b74154ea693ab32f1414c2aa3a153bdab169a4))
13
+
5
14
  ### [0.7.61](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.7.60...v0.7.61) (2026-01-09)
6
15
 
7
16
 
@@ -60,7 +60,7 @@ watch(
60
60
  onMounted(() => {
61
61
  setTimeout(() => {
62
62
  currentTab.value = props.items?.[props.defaultIndex]?.name
63
- }, 150)
63
+ }, 200)
64
64
  })
65
65
  </script>
66
66
 
@@ -1,9 +1,9 @@
1
1
  @font-face {
2
2
  font-family: 'lcb'; /* Project id 4710234 */
3
3
  src:
4
- url('//at.alicdn.com/t/c/font_4710234_8zhj9giis9n.woff2?t=1737644309894') format('woff2'),
5
- url('//at.alicdn.com/t/c/font_4710234_8zhj9giis9n.woff?t=1737644309894') format('woff'),
6
- url('//at.alicdn.com/t/c/font_4710234_8zhj9giis9n.ttf?t=1737644309894') format('truetype');
4
+ url('https://at.alicdn.com/t/c/font_4710234_8zhj9giis9n.woff2?t=1737644309894') format('woff2'),
5
+ url('https://at.alicdn.com/t/c/font_4710234_8zhj9giis9n.woff?t=1737644309894') format('woff'),
6
+ url('https://at.alicdn.com/t/c/font_4710234_8zhj9giis9n.ttf?t=1737644309894') format('truetype');
7
7
  }
8
8
 
9
9
  .lcb {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.7.61",
3
+ "version": "0.7.62",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],