From ad2946a864ae39932d74db949b290ae8b233f7d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cchenhuachun=E2=80=9D?= <“samchen08@163.com”> Date: Thu, 18 Dec 2025 20:37:02 +0800 Subject: [PATCH 1/7] =?UTF-8?q?fix:=20=F0=9F=90=9B=20=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=BA=90=E7=A0=81=E4=BF=9D=E5=AD=98=E6=97=B6=EF=BC=8C=E4=BC=9A?= =?UTF-8?q?=E5=B0=86=E8=87=AA=E5=AE=9A=E4=B9=89=E7=9A=84=E6=96=B9=E6=B3=95?= =?UTF-8?q?=E5=90=8D=E9=87=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/parser/src/vue/scripts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/parser/src/vue/scripts.ts b/packages/parser/src/vue/scripts.ts index 89013197c..9ee381024 100644 --- a/packages/parser/src/vue/scripts.ts +++ b/packages/parser/src/vue/scripts.ts @@ -281,7 +281,7 @@ function getDataSources(expression: ObjectExpression, project: ProjectSchema) { const transform = method.exp.value.match(thenRegex)?.[1]; sources[method.name] = { ref: id, - name: api.name, + name: method.name, test: dataSource?.test || { type: 'JSFunction', value: '() => this.runApi({\n /* 在这里可输入接口参数 */\n})' -- Gitee From 3d5306c9bbb844ee2db96a9130cbe64333b39150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cchenhuachun=E2=80=9D?= <“samchen08@163.com”> Date: Fri, 19 Dec 2025 08:28:07 +0800 Subject: [PATCH 2/7] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20=20news?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/src/news/2025-12-19.md | 89 +++++++++++++++++++++++++++++++++++++ docs/src/news/index.md | 1 + 2 files changed, 90 insertions(+) create mode 100644 docs/src/news/2025-12-19.md diff --git a/docs/src/news/2025-12-19.md b/docs/src/news/2025-12-19.md new file mode 100644 index 000000000..3102fec19 --- /dev/null +++ b/docs/src/news/2025-12-19.md @@ -0,0 +1,89 @@ +# AI与自由:VTJ.PRO正如何重新定义Vue3低代码的未来? + +> 在低代码平台生成的“黑盒”代码与手写源码的自由之间,一道看似不可逾越的鸿沟横亘在前端开发者面前,直到一个9.7K Star的开源项目带来了第三条路。 + +“过去用其他平台生成的代码像‘天书’,现在VTJ.PRO的代码直接能读能改,甚至比手写的还规范。”一位开发者在一篇深度测评中留下了这样的评价。 + +这正是VTJ.PRO,一个在Gitee上狂揽9.7K星标的开源AI低代码引擎,给社区带来的最直观冲击。 + +它并非另一个试图用图形界面取代程序员的工具,而是一个旨在**放大开发者能力**的“生产力伙伴”。在数字化需求爆炸、技术栈日益复杂的今天,VTJ.PRO给出了一套全新的解题思路。 + +--- + +### 01 困境:开发者与低代码的“囚徒困境” + +低代码开发并非新概念,但其采用始终伴随争议。一方面,企业追求降本增效,渴望快速交付应用;另一方面,开发者对平台锁定、代码可控性和复杂逻辑实现充满担忧。 + +一项对开发者论坛的实证研究发现,超过40%的低代码相关问题集中在**定制化挑战**上,尤其是“动态事件处理”这类主题,不仅提问最多,而且高达75.9%的问题没有获得公认的解决方案。 + +开发者们卡在了一个两难选择中:是选择手写代码的绝对自由但承受重复劳动,还是拥抱低代码的效率却可能牺牲对项目的深层控制? + +### 02 破局:VTJ.PRO的三大核心创新 + +VTJ.PRO的出现,正是为了打破这种“囚徒困境”。它以“降低复杂度,不降低自由度”为核心理念,通过三项核心技术,为Vue3开发者提供了前所未有的开发体验。 + +**核心创新一:双向代码转换,终结“黑盒”开发** + +这是VTJ.PRO最革命性的设计。开发者可以在可视化设计器中拖拽搭建页面,然后一键导出为**纯净、规范的Vue 3单文件组件(SFC)**。 + +这些代码无冗余依赖,采用标准的Composition API语法,能无缝集成至任何现有Vue项目中。反之,手写的Vue组件也能反向导入设计器进行可视化调整。 + +“双向代码流”确保了源码的100%自主权,开发者可以随时脱离平台,项目不会有任何“锁死”风险。 + +**核心创新二:AI深度赋能,从“辅助”到“伙伴”** + +VTJ.PRO将AI深度集成到工作流中,使其从一个辅助工具升级为开发伙伴。 + +- **设计稿智能转码**:支持上传Figma、Sketch等设计稿文件,AI可在数秒内生成高精度的Vue组件代码,将传统需要数天的UI开发工作压缩至分钟级。 +- **自然语言开发**:开发者可用自然语言描述需求,AI可直接生成相应的组件或页面代码。例如,输入“创建一个带权限管理的电商订单页面,含表格筛选与导出功能”,AI能自动拆解并生成完整模块。 +- **智能排雷与修复**:内置的**AI-CodeFix引擎**能动态检测数据流冲突、响应式漏洞等数十类风险,并提供修复建议,可将平均调试时间从2.1小时压缩至12分钟。 + +**核心创新三:企业级能力建设,不止于原型** + +VTJ.PRO的目标是生产级应用。最新版本已全面支持基于`vue-i18n`的**国际化(i18n)可视化管理**,允许在设计器中轻松管理多语言词条并实时预览。 + +此前,它已陆续完善了应用全局配置、Swagger API一键导入生成TypeScript类型、精细化权限控制等企业级功能。最近的更新还新增了**环境变量配置能力**,以支持开发、测试、生产多环境的可靠部署。 + +### 03 效能:开发范式的效率革命 + +VTJ.PRO带来的不仅是功能创新,更是实实在在的效率变革。以下表格对比了在典型企业级项目(如信贷审批系统)中的效能差异: + +| 效能指标 | 传统开发模式 | 使用 VTJ.PRO 开发 | 提升幅度 | +| :------------------- | :----------- | :---------------- | :------------ | +| **开发周期** | 约 6 周 | 约 9 天 | 缩短 **150%** | +| **人力成本** | 8 人·周 | 2 人·周 | 降低 **75%** | +| **页面迭代响应时间** | 24 小时 | 1 小时 | 提升 **95%** | +| **设计稿转代码耗时** | 2-3 天 | 约 5 分钟 | 提升 **99%+** | + +根据多个企业案例反馈,VTJ.PRO能将中后台系统的整体开发周期压缩至原来的**1/5到1/10**。 + +### 04 社区:开发者的选择与讨论 + +在开源社区,Star数量是项目受欢迎程度的硬指标。VTJ.PRO在Gitee上近万的星标,是开发者们“用脚投票”的结果。 + +社区讨论的热点,也恰好印证了它如何回应当初的困境: + +- **自由与控制**:关于“双向代码转换”的讨论最为热烈。开发者认可这是解决低代码“黑盒”痛点的根本方案,让效率与自主权得以兼得。 +- **AI的实用边界**:社区对AI生成代码的**质量、安全性和可控性**有持续关注。VTJ.PRO通过AI-CodeFix引擎和多模型协同(如集成阿里云Qwen3-Coder-Plus大模型)来确保代码可靠性,回应了这些关切。 +- **工程化集成**:如何将VTJ.PRO生成的模块无缝融入既有CI/CD流程、状态管理(如Pinia)和团队规范,是进阶开发者深入交流的领域。 + +### 05 启程:如何参与这场变革? + +VTJ.PRO是一个完全开源的项目,对所有开发者免费开放。 + +**立即体验**:访问 [VTJ.PRO官方设计器](https://vtj.pro),无需安装即可在线试用所有核心功能。 +**本地创建**:通过命令行工具,5分钟内即可创建本地开发环境: + +```bash +npm create vtj@latest -- -t app +``` + +**探索源码与贡献**:项目的完整源代码托管在Gitee上,欢迎开发者研究、使用和贡献。 + +--- + +“它不是要取代开发者,而是通过‘AI提效+代码自由’的双轮驱动,将开发者从重复劳动中解放出来。”一篇深度测评这样总结VTJ.PRO的价值。 + +当其他低代码平台在努力降低编码门槛时,VTJ.PRO选择了一条更艰难但更尊重开发者的路:**用技术增强创造者本身**。 + +它证明了在追求效率的浪潮中,开发者的自由与尊严同样可以成为设计的核心。这或许才是开源精神在AI时代最动人的体现。 diff --git a/docs/src/news/index.md b/docs/src/news/index.md index 97afa0d20..9a541059e 100644 --- a/docs/src/news/index.md +++ b/docs/src/news/index.md @@ -1,5 +1,6 @@ # VTJ.PRO 新闻动态 +- [AI与自由:VTJ.PRO正如何重新定义Vue3低代码的未来?](./2025-12-19.md) - [🔥 这个开源的「AI + 低代码」平台杀疯了!Vue3 开发者:效率直接拉满!](./2025-11-14.md) - [设计稿秒变代码、自然语言生成交互!VTJ.PRO以AI与开源重塑低代码开发](./2025-11-11.md) - [VTJ.PRO如何利用AI实现低代码开发](./2025-10-18.md) -- Gitee From 990c03b3e87cc157903d1e5fc5d3870db75d2b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cchenhuachun=E2=80=9D?= <“samchen08@163.com”> Date: Fri, 19 Dec 2025 17:49:57 +0800 Subject: [PATCH 3/7] =?UTF-8?q?fix:=20=F0=9F=90=9B=20uniapp=20=E9=80=82?= =?UTF-8?q?=E9=85=8D=20window.uni.showModal=20=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/uni/src/shared.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/uni/src/shared.ts b/packages/uni/src/shared.ts index f30a780e4..144a02b6e 100644 --- a/packages/uni/src/shared.ts +++ b/packages/uni/src/shared.ts @@ -30,7 +30,7 @@ export async function notify( showCancel: false }); } - return Promise.reject(new Error('window.uni.showModal is undefined')); + return window.alert(message); } export async function alert(message: string) { -- Gitee From 154c9a840a71c192e9c6d3307c5b4741ebf19472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cchenhuachun=E2=80=9D?= <“samchen08@163.com”> Date: Sat, 20 Dec 2025 09:27:02 +0800 Subject: [PATCH 4/7] =?UTF-8?q?fix:=20=F0=9F=90=9B=20=E4=BC=98=E5=8C=96uni?= =?UTF-8?q?app=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/extension/package.json | 2 +- apps/material/package.json | 2 +- apps/uniapp/src/App.vue | 2 +- apps/uniapp/src/pages.json | 17 + apps/uniapp/src/pages/1d3bu6t7.vue | 73 + apps/uniapp/src/pages/1e0wsuo1.vue | 398 ++++ packages/cli/package.json | 4 +- packages/coder/package.json | 2 +- packages/designer/package.json | 2 +- packages/designer/src/framework/simulator.ts | 24 +- packages/designer/src/style/base.scss | 3 + packages/materials/package.json | 2 +- packages/materials/src/uni-h5/style.scss | 2 - packages/parser/package.json | 2 +- packages/ui/package.json | 2 +- platforms/pro-uni/index.html | 21 + platforms/pro-uni/tsconfig.json | 3 +- pnpm-lock.yaml | 1796 +++++++++--------- 18 files changed, 1437 insertions(+), 920 deletions(-) create mode 100644 apps/uniapp/src/pages/1d3bu6t7.vue create mode 100644 apps/uniapp/src/pages/1e0wsuo1.vue diff --git a/apps/extension/package.json b/apps/extension/package.json index 57ea8108a..5f0d0cea5 100644 --- a/apps/extension/package.json +++ b/apps/extension/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@vueuse/core": "~14.1.0", - "element-plus": "~2.12.0" + "element-plus": "~2.13.0" }, "devDependencies": { "@vtj/cli": "workspace:~", diff --git a/apps/material/package.json b/apps/material/package.json index b468cb18a..c1fab7a8f 100644 --- a/apps/material/package.json +++ b/apps/material/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@vueuse/core": "~14.1.0", - "element-plus": "~2.12.0" + "element-plus": "~2.13.0" }, "devDependencies": { "@vtj/cli": "workspace:~", diff --git a/apps/uniapp/src/App.vue b/apps/uniapp/src/App.vue index f1e35e7d5..f2e62abf4 100644 --- a/apps/uniapp/src/App.vue +++ b/apps/uniapp/src/App.vue @@ -8,7 +8,7 @@ }); onHide(() => { console.log('App Hide'); - }) + }); diff --git a/apps/uniapp/src/pages/1e0wsuo1.vue b/apps/uniapp/src/pages/1e0wsuo1.vue new file mode 100644 index 000000000..7fc2823a1 --- /dev/null +++ b/apps/uniapp/src/pages/1e0wsuo1.vue @@ -0,0 +1,398 @@ + + + diff --git a/packages/cli/package.json b/packages/cli/package.json index db6222d44..90f8f2b7e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -40,7 +40,7 @@ "@rollup/plugin-babel": "~6.1.0", "@types/babel__core": "~7.20.5", "@types/body-parser": "~1.19.5", - "@types/node": "~24.10.1", + "@types/node": "~25.0.3", "@types/serve-static": "~1.15.5", "@vitejs/plugin-basic-ssl": "~2.1.0", "@vitejs/plugin-legacy": "~6.1.0", @@ -55,7 +55,7 @@ "memfs": "~4.51.0", "rollup-plugin-external-globals": "~0.13.0", "rollup-plugin-visualizer": "~5.14.0", - "sass": "~1.95.1", + "sass": "~1.97.1", "serve-static": "~1.16.0", "terser": "~5.44.0", "typescript": "~5.9.0", diff --git a/packages/coder/package.json b/packages/coder/package.json index 94b80fd50..e09a2edfc 100644 --- a/packages/coder/package.json +++ b/packages/coder/package.json @@ -29,7 +29,7 @@ "dependencies": { "@vtj/base": "workspace:~", "@vtj/core": "workspace:~", - "prettier": "~3.6.0" + "prettier": "~3.7.0" }, "devDependencies": { "@vtj/cli": "workspace:~" diff --git a/packages/designer/package.json b/packages/designer/package.json index fe4345d4b..7ee6e5077 100644 --- a/packages/designer/package.json +++ b/packages/designer/package.json @@ -39,7 +39,7 @@ "highlight.js": "~11.11.1", "hotkeys-js": "~3.13.15", "html2canvas": "~1.4.1", - "marked": "~15.0.8", + "marked": "~17.0.1", "mockjs": "~1.1.0", "monaco-editor": "~0.52.0" }, diff --git a/packages/designer/src/framework/simulator.ts b/packages/designer/src/framework/simulator.ts index 0d1dde7db..f797a3859 100644 --- a/packages/designer/src/framework/simulator.ts +++ b/packages/designer/src/framework/simulator.ts @@ -129,7 +129,29 @@ export class Simulator extends Base { private createGlobalCss(platform: PlatformType = 'web') { return platform === 'uniapp' - ? '' + ? ` + + ` : ` diff --git a/platforms/pro-uni/tsconfig.json b/platforms/pro-uni/tsconfig.json index 698fcdc3e..dd7744be8 100644 --- a/platforms/pro-uni/tsconfig.json +++ b/platforms/pro-uni/tsconfig.json @@ -2,9 +2,8 @@ "extends": "./node_modules/@vtj/cli/config/tsconfig.web.json", "compilerOptions": { "resolveJsonModule": true, - "baseUrl": "./", "paths": { - "@/*": ["src/*"] + "@/*": ["./src/*"] } }, "exclude": ["src/vite/*.ts", ".vtj"], diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f308c891f..78bfb738a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ importers: devDependencies: '@commitlint/cli': specifier: ~19.8.0 - version: 19.8.1(@types/node@24.10.3)(typescript@5.9.3) + version: 19.8.1(@types/node@25.0.3)(typescript@5.9.3) '@commitlint/config-conventional': specifier: ~19.8.0 version: 19.8.1 @@ -19,7 +19,7 @@ importers: version: 1.13.2 fs-extra: specifier: ~11.3.0 - version: 11.3.2 + version: 11.3.3 git-cz: specifier: ~4.9.0 version: 4.9.0 @@ -31,7 +31,7 @@ importers: version: 26.1.0 lerna: specifier: ~8.2.0 - version: 8.2.4(@types/node@24.10.3)(encoding@0.1.13) + version: 8.2.4(@types/node@25.0.3)(encoding@0.1.13) mime: specifier: ~4.1.0 version: 4.1.0 @@ -46,7 +46,7 @@ importers: version: 10.13.1 ts-node: specifier: ~10.9.2 - version: 10.9.2(@types/node@24.10.3)(typescript@5.9.3) + version: 10.9.2(@types/node@25.0.3)(typescript@5.9.3) typedoc: specifier: ~0.28.3 version: 0.28.15(typescript@5.9.3) @@ -64,22 +64,22 @@ importers: version: 0.2.0 '@vtj/plugin-ckeditor': specifier: ~0.2.1 - version: 0.2.5(vue@3.5.25(typescript@5.9.3)) + version: 0.2.5(vue@3.5.26(typescript@5.9.3)) '@vtj/web': specifier: workspace:~ version: link:../../platforms/web pinia: specifier: ~3.0.2 - version: 3.0.4(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + version: 3.0.4(typescript@5.9.3)(vue@3.5.26(typescript@5.9.3)) vue: specifier: ~3.5.5 - version: 3.5.25(typescript@5.9.3) + version: 3.5.26(typescript@5.9.3) vue-i18n: specifier: ~11.2.2 - version: 11.2.2(vue@3.5.25(typescript@5.9.3)) + version: 11.2.2(vue@3.5.26(typescript@5.9.3)) vue-router: specifier: ~4.6.0 - version: 4.6.3(vue@3.5.25(typescript@5.9.3)) + version: 4.6.4(vue@3.5.26(typescript@5.9.3)) devDependencies: '@vtj/charts': specifier: workspace:~ @@ -107,10 +107,10 @@ importers: dependencies: '@vueuse/core': specifier: ~14.1.0 - version: 14.1.0(vue@3.5.25(typescript@5.9.3)) + version: 14.1.0(vue@3.5.26(typescript@5.9.3)) element-plus: - specifier: ~2.12.0 - version: 2.12.0(vue@3.5.25(typescript@5.9.3)) + specifier: ~2.13.0 + version: 2.13.0(vue@3.5.26(typescript@5.9.3)) devDependencies: '@vtj/cli': specifier: workspace:~ @@ -132,10 +132,10 @@ importers: version: link:../../platforms/web vue: specifier: ~3.5.5 - version: 3.5.25(typescript@5.9.3) + version: 3.5.26(typescript@5.9.3) vue-router: specifier: ~4.6.0 - version: 4.6.3(vue@3.5.25(typescript@5.9.3)) + version: 4.6.4(vue@3.5.26(typescript@5.9.3)) apps/h5: dependencies: @@ -147,13 +147,13 @@ importers: version: link:../../packages/renderer vue: specifier: ~3.5.5 - version: 3.5.25(typescript@5.9.3) + version: 3.5.26(typescript@5.9.3) vue-i18n: specifier: ~11.2.2 - version: 11.2.2(vue@3.5.25(typescript@5.9.3)) + version: 11.2.2(vue@3.5.26(typescript@5.9.3)) vue-router: specifier: ~4.6.0 - version: 4.6.3(vue@3.5.25(typescript@5.9.3)) + version: 4.6.4(vue@3.5.26(typescript@5.9.3)) devDependencies: '@vtj/cli': specifier: workspace:~ @@ -176,10 +176,10 @@ importers: dependencies: '@vueuse/core': specifier: ~14.1.0 - version: 14.1.0(vue@3.5.25(typescript@5.9.3)) + version: 14.1.0(vue@3.5.26(typescript@5.9.3)) element-plus: - specifier: ~2.12.0 - version: 2.12.0(vue@3.5.25(typescript@5.9.3)) + specifier: ~2.13.0 + version: 2.13.0(vue@3.5.26(typescript@5.9.3)) devDependencies: '@vtj/cli': specifier: workspace:~ @@ -195,10 +195,10 @@ importers: version: link:../../platforms/web vue: specifier: ~3.5.5 - version: 3.5.25(typescript@5.9.3) + version: 3.5.26(typescript@5.9.3) vue-router: specifier: ~4.6.0 - version: 4.6.3(vue@3.5.25(typescript@5.9.3)) + version: 4.6.4(vue@3.5.26(typescript@5.9.3)) apps/plugin: dependencies: @@ -226,52 +226,52 @@ importers: version: link:../../platforms/web vue: specifier: ~3.5.5 - version: 3.5.25(typescript@5.9.3) + version: 3.5.26(typescript@5.9.3) vue-router: specifier: ~4.6.0 - version: 4.6.3(vue@3.5.25(typescript@5.9.3)) + version: 4.6.4(vue@3.5.26(typescript@5.9.3)) apps/uniapp: dependencies: '@dcloudio/uni-app': specifier: 3.0.0-4070620250821001 - version: 3.0.0-4070620250821001(@dcloudio/types@3.4.28)(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + version: 3.0.0-4070620250821001(@dcloudio/types@3.4.28)(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-app-plus': specifier: 3.0.0-4070620250821001 - version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3)) + version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-components': specifier: 3.0.0-4070620250821001 - version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-h5': specifier: 3.0.0-4070620250821001 - version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-mp-alipay': specifier: 3.0.0-4070620250821001 - version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-mp-baidu': specifier: 3.0.0-4070620250821001 - version: 3.0.0-4070620250821001(@dcloudio/types@3.4.28)(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + version: 3.0.0-4070620250821001(@dcloudio/types@3.4.28)(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-mp-jd': specifier: 3.0.0-4070620250821001 - version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-mp-kuaishou': specifier: 3.0.0-4070620250821001 - version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-mp-lark': specifier: 3.0.0-4070620250821001 - version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-mp-qq': specifier: 3.0.0-4070620250821001 - version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-mp-toutiao': specifier: 3.0.0-4070620250821001 - version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-mp-weixin': specifier: 3.0.0-4070620250821001 - version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-quickapp-webview': specifier: 3.0.0-4070620250821001 - version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-ui': specifier: ~1.5.3 version: 1.5.11 @@ -283,26 +283,26 @@ importers: version: link:../../platforms/uni-app vue-i18n: specifier: ~11.2.2 - version: 11.2.2(vue@3.5.25(typescript@5.9.3)) + version: 11.2.2(vue@3.5.26(typescript@5.9.3)) vue-router: specifier: ~4.6.0 - version: 4.6.3(vue@3.5.25(typescript@5.9.3)) + version: 4.6.4(vue@3.5.26(typescript@5.9.3)) devDependencies: '@dcloudio/types': specifier: ~3.4.7 version: 3.4.28 '@dcloudio/uni-automator': specifier: 3.0.0-4070620250821001 - version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(jest-environment-node@27.5.1)(jest@27.0.4(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(jest-environment-node@27.5.1)(jest@27.0.4(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-cli-shared': specifier: 3.0.0-4070620250821001 - version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-stacktracey': specifier: 3.0.0-4070620250821001 version: 3.0.0-4070620250821001 '@dcloudio/vite-plugin-uni': specifier: 3.0.0-4070620250821001 - version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3)) + version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3)) '@rolldown/pluginutils': specifier: 1.0.0-beta.9 version: 1.0.0-beta.9 @@ -323,10 +323,10 @@ importers: version: link:../../platforms/pro '@vue/runtime-core': specifier: ~3.5.5 - version: 3.5.25 + version: 3.5.26 miniprogram-api-typings: specifier: ~4.1.0 - version: 4.1.1 + version: 4.1.2 create-vtj: dependencies: @@ -354,7 +354,7 @@ importers: version: 2.4.9 unbuild: specifier: ~2.0.0 - version: 2.0.0(sass@1.95.1)(typescript@5.9.3)(vue-tsc@2.2.12(typescript@5.9.3)) + version: 2.0.0(sass@1.97.1)(typescript@5.9.3)(vue-tsc@2.2.12(typescript@5.9.3)) dev: dependencies: @@ -390,10 +390,10 @@ importers: version: link:../platforms/web vue: specifier: ~3.5.5 - version: 3.5.25(typescript@5.9.3) + version: 3.5.26(typescript@5.9.3) vue-router: specifier: ~4.6.0 - version: 4.6.3(vue@3.5.25(typescript@5.9.3)) + version: 4.6.4(vue@3.5.26(typescript@5.9.3)) devDependencies: '@vtj/cli': specifier: workspace:~ @@ -403,16 +403,16 @@ importers: version: link:../packages/local '@vtj/plugin-ckeditor': specifier: ~0.2.1 - version: 0.2.5(vue@3.5.25(typescript@5.9.3)) + version: 0.2.5(vue@3.5.26(typescript@5.9.3)) docs: dependencies: '@vitepress-demo-preview/component': specifier: ~2.3.0 - version: 2.3.2(vitepress@1.6.4(@algolia/client-search@5.46.0)(@types/node@24.10.3)(async-validator@4.2.5)(axios@1.13.2)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.95.1)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.44.1)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + version: 2.3.2(vitepress@1.6.4(@algolia/client-search@5.46.1)(@types/node@25.0.3)(async-validator@4.2.5)(axios@1.13.2)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.97.1)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.44.1)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@vitepress-demo-preview/plugin': specifier: ~1.4.0 - version: 1.4.1(markdown-it-container@3.0.0)(vitepress@1.6.4(@algolia/client-search@5.46.0)(@types/node@24.10.3)(async-validator@4.2.5)(axios@1.13.2)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.95.1)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.44.1)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + version: 1.4.1(markdown-it-container@3.0.0)(vitepress@1.6.4(@algolia/client-search@5.46.1)(@types/node@25.0.3)(async-validator@4.2.5)(axios@1.13.2)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.97.1)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.44.1)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@vtj/icons': specifier: workspace:* version: link:../packages/icons @@ -433,17 +433,17 @@ importers: version: link:../platforms/web vue: specifier: ~3.5.5 - version: 3.5.25(typescript@5.9.3) + version: 3.5.26(typescript@5.9.3) vue-router: specifier: ~4.6.0 - version: 4.6.3(vue@3.5.25(typescript@5.9.3)) + version: 4.6.4(vue@3.5.26(typescript@5.9.3)) devDependencies: '@vtj/cli': specifier: workspace:* version: link:../packages/cli vitepress: specifier: ^1.4.0 - version: 1.6.4(@algolia/client-search@5.46.0)(@types/node@24.10.3)(async-validator@4.2.5)(axios@1.13.2)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.95.1)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.44.1)(typescript@5.9.3) + version: 1.6.4(@algolia/client-search@5.46.1)(@types/node@25.0.3)(async-validator@4.2.5)(axios@1.13.2)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.97.1)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.44.1)(typescript@5.9.3) packages/base: devDependencies: @@ -467,7 +467,7 @@ importers: version: 3.5.4 lodash-es: specifier: ~4.17.21 - version: 4.17.21 + version: 4.17.22 lz-string: specifier: ~1.5.0 version: 1.5.0 @@ -482,7 +482,7 @@ importers: version: 6.2.2 unbuild: specifier: ~2.0.0 - version: 2.0.0(sass@1.95.1)(typescript@5.9.3)(vue-tsc@2.2.12(typescript@5.9.3)) + version: 2.0.0(sass@1.97.1)(typescript@5.9.3)(vue-tsc@2.2.12(typescript@5.9.3)) packages/charts: dependencies: @@ -494,7 +494,7 @@ importers: version: link:../utils '@vueuse/core': specifier: ~14.1.0 - version: 14.1.0(vue@3.5.25(typescript@5.9.3)) + version: 14.1.0(vue@3.5.26(typescript@5.9.3)) echarts: specifier: ~5.6.0 version: 5.6.0 @@ -516,7 +516,7 @@ importers: version: 7.28.5 '@rollup/plugin-babel': specifier: ~6.1.0 - version: 6.1.0(@babel/core@7.28.5)(@types/babel__core@7.20.5)(rollup@4.53.3) + version: 6.1.0(@babel/core@7.28.5)(@types/babel__core@7.20.5)(rollup@4.53.5) '@types/babel__core': specifier: ~7.20.5 version: 7.20.5 @@ -524,26 +524,26 @@ importers: specifier: ~1.19.5 version: 1.19.6 '@types/node': - specifier: ~24.10.1 - version: 24.10.3 + specifier: ~25.0.3 + version: 25.0.3 '@types/serve-static': specifier: ~1.15.5 version: 1.15.10 '@vitejs/plugin-basic-ssl': specifier: ~2.1.0 - version: 2.1.0(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2)) + version: 2.1.0(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2)) '@vitejs/plugin-legacy': specifier: ~6.1.0 - version: 6.1.1(terser@5.44.1)(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2)) + version: 6.1.1(terser@5.44.1)(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2)) '@vitejs/plugin-vue': specifier: ~5.2.0 - version: 5.2.4(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3)) + version: 5.2.4(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3)) '@vitejs/plugin-vue-jsx': specifier: ~4.2.0 - version: 4.2.0(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3)) + version: 4.2.0(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3)) '@vitest/coverage-v8': specifier: ~3.2.0 - version: 3.2.4(vitest@3.2.4(@types/node@24.10.3)(jiti@2.6.1)(jsdom@26.1.0)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2)) + version: 3.2.4(vitest@3.2.4(@types/node@25.0.3)(jiti@2.6.1)(jsdom@26.1.0)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2)) '@vtj/node': specifier: workspace:~ version: link:../node @@ -564,16 +564,16 @@ importers: version: 4.51.1 rollup-plugin-external-globals: specifier: ~0.13.0 - version: 0.13.0(rollup@4.53.3) + version: 0.13.0(rollup@4.53.5) rollup-plugin-visualizer: specifier: ~5.14.0 - version: 5.14.0(rollup@4.53.3) + version: 5.14.0(rollup@4.53.5) sass: - specifier: ~1.95.1 - version: 1.95.1 + specifier: ~1.97.1 + version: 1.97.1 serve-static: specifier: ~1.16.0 - version: 1.16.2 + version: 1.16.3 terser: specifier: ~5.44.0 version: 5.44.1 @@ -582,25 +582,25 @@ importers: version: 5.9.3 unbuild: specifier: ~2.0.0 - version: 2.0.0(sass@1.95.1)(typescript@5.9.3)(vue-tsc@2.2.12(typescript@5.9.3)) + version: 2.0.0(sass@1.97.1)(typescript@5.9.3)(vue-tsc@2.2.12(typescript@5.9.3)) unplugin-element-plus: specifier: ~0.9.0 version: 0.9.1 vite: specifier: ~6.3.0 - version: 6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2) + version: 6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2) vite-plugin-cdn-import: specifier: ~1.0.1 - version: 1.0.1(rollup@4.53.3)(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2)) + version: 1.0.1(rollup@4.53.5)(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2)) vite-plugin-dts: specifier: ~4.5.0 - version: 4.5.4(@types/node@24.10.3)(rollup@4.53.3)(typescript@5.9.3)(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2)) + version: 4.5.4(@types/node@25.0.3)(rollup@4.53.5)(typescript@5.9.3)(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2)) vite-plugin-node-polyfills: specifier: ~0.24.0 - version: 0.24.0(rollup@4.53.3)(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2)) + version: 0.24.0(rollup@4.53.5)(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2)) vitest: specifier: ~3.2.3 - version: 3.2.4(@types/node@24.10.3)(jiti@2.6.1)(jsdom@26.1.0)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2) + version: 3.2.4(@types/node@25.0.3)(jiti@2.6.1)(jsdom@26.1.0)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2) vue-tsc: specifier: ~2.2.0 version: 2.2.12(typescript@5.9.3) @@ -614,8 +614,8 @@ importers: specifier: workspace:~ version: link:../core prettier: - specifier: ~3.6.0 - version: 3.6.2 + specifier: ~3.7.0 + version: 3.7.4 devDependencies: '@vtj/cli': specifier: workspace:~ @@ -653,7 +653,7 @@ importers: version: link:../utils '@vue/devtools-core': specifier: ~8.0.2 - version: 8.0.5(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3)) + version: 8.0.5(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3)) '@vue/devtools-kit': specifier: ~8.0.2 version: 8.0.5 @@ -670,8 +670,8 @@ importers: specifier: ~1.4.1 version: 1.4.1 marked: - specifier: ~15.0.8 - version: 15.0.12 + specifier: ~17.0.1 + version: 17.0.1 mockjs: specifier: ~1.1.0 version: 1.1.0 @@ -687,23 +687,23 @@ importers: version: link:../cli vue: specifier: ~3.5.5 - version: 3.5.25(typescript@5.9.3) + version: 3.5.26(typescript@5.9.3) vue-router: specifier: ~4.6.0 - version: 4.6.3(vue@3.5.25(typescript@5.9.3)) + version: 4.6.4(vue@3.5.26(typescript@5.9.3)) packages/icons: dependencies: '@element-plus/icons-vue': specifier: ~2.3.1 - version: 2.3.2(vue@3.5.25(typescript@5.9.3)) + version: 2.3.2(vue@3.5.26(typescript@5.9.3)) devDependencies: '@vtj/cli': specifier: workspace:~ version: link:../cli vue: specifier: ~3.5.5 - version: 3.5.25(typescript@5.9.3) + version: 3.5.26(typescript@5.9.3) xml2js: specifier: ~0.6.2 version: 0.6.2 @@ -734,22 +734,22 @@ importers: version: link:../cli unbuild: specifier: ~2.0.0 - version: 2.0.0(sass@1.95.1)(typescript@5.9.3)(vue-tsc@2.2.12(typescript@5.9.3)) + version: 2.0.0(sass@1.97.1)(typescript@5.9.3)(vue-tsc@2.2.12(typescript@5.9.3)) vite: specifier: ~6.3.0 - version: 6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2) + version: 6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2) packages/materials: devDependencies: '@dcloudio/uni-app': specifier: 3.0.0-4070620250821001 - version: 3.0.0-4070620250821001(@dcloudio/types@3.4.28)(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + version: 3.0.0-4070620250821001(@dcloudio/types@3.4.28)(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-h5': specifier: 3.0.0-4070620250821001 - version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-h5-vue': specifier: 3.0.0-4070620250821001 - version: 3.0.0-4070620250821001(vue@3.5.25(typescript@5.9.3)) + version: 3.0.0-4070620250821001(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-ui': specifier: ~1.5.3 version: 1.5.11 @@ -773,34 +773,34 @@ importers: version: link:../utils '@vueuse/core': specifier: ~14.1.0 - version: 14.1.0(vue@3.5.25(typescript@5.9.3)) + version: 14.1.0(vue@3.5.26(typescript@5.9.3)) ant-design-vue: specifier: ~4.2.0 - version: 4.2.6(vue@3.5.25(typescript@5.9.3)) + version: 4.2.6(vue@3.5.26(typescript@5.9.3)) echarts: specifier: ~5.6.0 version: 5.6.0 element-plus: - specifier: ~2.12.0 - version: 2.12.0(vue@3.5.25(typescript@5.9.3)) + specifier: ~2.13.0 + version: 2.13.0(vue@3.5.26(typescript@5.9.3)) hotkeys-js: specifier: ~3.13.15 version: 3.13.15 pinia: specifier: ~3.0.0 - version: 3.0.4(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + version: 3.0.4(typescript@5.9.3)(vue@3.5.26(typescript@5.9.3)) vant: specifier: ~4.9.10 - version: 4.9.21(vue@3.5.25(typescript@5.9.3)) + version: 4.9.22(vue@3.5.26(typescript@5.9.3)) vue: specifier: ~3.5.5 - version: 3.5.25(typescript@5.9.3) + version: 3.5.26(typescript@5.9.3) vue-i18n: specifier: ~11.2.2 - version: 11.2.2(vue@3.5.25(typescript@5.9.3)) + version: 11.2.2(vue@3.5.26(typescript@5.9.3)) vue-router: specifier: ~4.6.0 - version: 4.6.3(vue@3.5.25(typescript@5.9.3)) + version: 4.6.4(vue@3.5.26(typescript@5.9.3)) packages/node: dependencies: @@ -815,14 +815,14 @@ importers: version: 1.13.2 fs-extra: specifier: ~11.3.0 - version: 11.3.2 + version: 11.3.3 devDependencies: unbuild: specifier: ~2.0.0 - version: 2.0.0(sass@1.95.1)(typescript@5.9.3)(vue-tsc@2.2.12(typescript@5.9.3)) + version: 2.0.0(sass@1.97.1)(typescript@5.9.3)(vue-tsc@2.2.12(typescript@5.9.3)) vitest: specifier: ~3.2.3 - version: 3.2.4(@types/node@24.10.3)(jiti@2.6.1)(jsdom@26.1.0)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2) + version: 3.2.4(@types/node@25.0.3)(jiti@2.6.1)(jsdom@26.1.0)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2) packages/parser: dependencies: @@ -849,10 +849,10 @@ importers: version: link:../core '@vue/compiler-dom': specifier: ~3.5.13 - version: 3.5.25 + version: 3.5.26 '@vue/compiler-sfc': specifier: ~3.5.13 - version: 3.5.25 + version: 3.5.26 htmlparser2: specifier: ~10.0.0 version: 10.0.0 @@ -860,8 +860,8 @@ importers: specifier: ~8.5.0 version: 8.5.6 sass: - specifier: ~1.95.1 - version: 1.95.1 + specifier: ~1.97.1 + version: 1.97.1 devDependencies: '@vtj/cli': specifier: workspace:~ @@ -887,10 +887,10 @@ importers: version: link:../ui vue: specifier: ~3.5.5 - version: 3.5.25(typescript@5.9.3) + version: 3.5.26(typescript@5.9.3) vue-router: specifier: ~4.6.0 - version: 4.6.3(vue@3.5.25(typescript@5.9.3)) + version: 4.6.4(vue@3.5.26(typescript@5.9.3)) packages/ui: dependencies: @@ -902,19 +902,19 @@ importers: version: link:../utils '@vueuse/core': specifier: ~14.1.0 - version: 14.1.0(vue@3.5.25(typescript@5.9.3)) + version: 14.1.0(vue@3.5.26(typescript@5.9.3)) element-plus: - specifier: ~2.12.0 - version: 2.12.0(vue@3.5.25(typescript@5.9.3)) + specifier: ~2.13.0 + version: 2.13.0(vue@3.5.26(typescript@5.9.3)) sortablejs: specifier: ~1.15.6 version: 1.15.6 vxe-table: specifier: ~4.6.17 - version: 4.6.25(vue@3.5.25(typescript@5.9.3)) + version: 4.6.25(vue@3.5.26(typescript@5.9.3)) vxe-table-plugin-menus: specifier: ~4.0.3 - version: 4.0.6(vxe-table@4.6.25(vue@3.5.25(typescript@5.9.3))) + version: 4.0.6(vxe-table@4.6.25(vue@3.5.26(typescript@5.9.3))) devDependencies: '@types/qrcode': specifier: ^1.5.5 @@ -930,10 +930,10 @@ importers: version: 1.5.4 vue: specifier: ~3.5.5 - version: 3.5.25(typescript@5.9.3) + version: 3.5.26(typescript@5.9.3) vue-router: specifier: ~4.6.0 - version: 4.6.3(vue@3.5.25(typescript@5.9.3)) + version: 4.6.4(vue@3.5.26(typescript@5.9.3)) packages/uni: dependencies: @@ -952,19 +952,19 @@ importers: devDependencies: '@dcloudio/uni-app': specifier: 3.0.0-4070620250821001 - version: 3.0.0-4070620250821001(@dcloudio/types@3.4.28)(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + version: 3.0.0-4070620250821001(@dcloudio/types@3.4.28)(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-app-vue': specifier: 3.0.0-4070620250821001 version: 3.0.0-4070620250821001 '@dcloudio/uni-components': specifier: 3.0.0-4070620250821001 - version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-h5': specifier: 3.0.0-4070620250821001 - version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/vite-plugin-uni': specifier: 3.0.0-4070620250821001 - version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3)) + version: 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3)) '@vtj/cli': specifier: workspace:~ version: link:../cli @@ -1010,7 +1010,7 @@ importers: version: link:../../packages/utils vant: specifier: ~4.9.10 - version: 4.9.21(vue@3.5.25(typescript@5.9.3)) + version: 4.9.22(vue@3.5.26(typescript@5.9.3)) devDependencies: '@vtj/cli': specifier: workspace:~ @@ -1054,13 +1054,13 @@ importers: version: link:../../packages/utils vite-plugin-vue-devtools: specifier: ~8.0.2 - version: 8.0.5(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3)) + version: 8.0.5(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3)) vue: specifier: ~3.5.5 - version: 3.5.25(typescript@5.9.3) + version: 3.5.26(typescript@5.9.3) vue-router: specifier: ~4.6.0 - version: 4.6.3(vue@3.5.25(typescript@5.9.3)) + version: 4.6.4(vue@3.5.26(typescript@5.9.3)) platforms/pro-uni: dependencies: @@ -1076,10 +1076,10 @@ importers: version: link:../../packages/cli vue: specifier: ~3.5.5 - version: 3.5.25(typescript@5.9.3) + version: 3.5.26(typescript@5.9.3) vue-router: specifier: ~4.6.0 - version: 4.6.3(vue@3.5.25(typescript@5.9.3)) + version: 4.6.4(vue@3.5.26(typescript@5.9.3)) platforms/uni-app: dependencies: @@ -1133,8 +1133,8 @@ importers: packages: - '@algolia/abtesting@1.12.0': - resolution: {integrity: sha512-EfW0bfxjPs+C7ANkJDw2TATntfBKsFiy7APh+KO0pQ8A6HYa5I0NjFuCGCXWfzzzLXNZta3QUl3n5Kmm6aJo9Q==} + '@algolia/abtesting@1.12.1': + resolution: {integrity: sha512-Y+7e2uPe376OH5O73OB1+vR40ZhbV2kzGh/AR/dPCWguoBOp1IK0o+uZQLX+7i32RMMBEKl3pj6KVEav100Kvg==} engines: {node: '>= 14.0.0'} '@algolia/autocomplete-core@1.17.7': @@ -1157,56 +1157,56 @@ packages: '@algolia/client-search': '>= 4.9.1 < 6' algoliasearch: '>= 4.9.1 < 6' - '@algolia/client-abtesting@5.46.0': - resolution: {integrity: sha512-eG5xV8rujK4ZIHXrRshvv9O13NmU/k42Rnd3w43iKH5RaQ2zWuZO6Q7XjaoJjAFVCsJWqRbXzbYyPGrbF3wGNg==} + '@algolia/client-abtesting@5.46.1': + resolution: {integrity: sha512-5SWfl0UGuKxMBYlU2Y9BnlIKKEyhFU5jHE9F9jAd8nbhxZNLk0y7fXE+AZeFtyK1lkVw6O4B/e6c3XIVVCkmqw==} engines: {node: '>= 14.0.0'} - '@algolia/client-analytics@5.46.0': - resolution: {integrity: sha512-AYh2uL8IUW9eZrbbT+wZElyb7QkkeV3US2NEKY7doqMlyPWE8lErNfkVN1NvZdVcY4/SVic5GDbeDz2ft8YIiQ==} + '@algolia/client-analytics@5.46.1': + resolution: {integrity: sha512-496K6B1l/0Jvyp3MbW/YIgmm1a6nkTrKXBM7DoEy9YAOJ8GywGpa2UYjNCW1UrOTt+em1ECzDjRx7PIzTR9YvA==} engines: {node: '>= 14.0.0'} - '@algolia/client-common@5.46.0': - resolution: {integrity: sha512-0emZTaYOeI9WzJi0TcNd2k3SxiN6DZfdWc2x2gHt855Jl9jPUOzfVTL6gTvCCrOlT4McvpDGg5nGO+9doEjjig==} + '@algolia/client-common@5.46.1': + resolution: {integrity: sha512-3u6AuZ1Kiss6V5JPuZfVIUYfPi8im06QBCgKqLg82GUBJ3SwhiTdSZFIEgz2mzFuitFdW1PQi3c/65zE/3FgIw==} engines: {node: '>= 14.0.0'} - '@algolia/client-insights@5.46.0': - resolution: {integrity: sha512-wrBJ8fE+M0TDG1As4DDmwPn2TXajrvmvAN72Qwpuv8e2JOKNohF7+JxBoF70ZLlvP1A1EiH8DBu+JpfhBbNphQ==} + '@algolia/client-insights@5.46.1': + resolution: {integrity: sha512-LwuWjdO35HHl1rxtdn48t920Xl26Dl0SMxjxjFeAK/OwK/pIVfYjOZl/f3Pnm7Kixze+6HjpByVxEaqhTuAFaw==} engines: {node: '>= 14.0.0'} - '@algolia/client-personalization@5.46.0': - resolution: {integrity: sha512-LnkeX4p0ENt0DoftDJJDzQQJig/sFQmD1eQifl/iSjhUOGUIKC/7VTeXRcKtQB78naS8njUAwpzFvxy1CDDXDQ==} + '@algolia/client-personalization@5.46.1': + resolution: {integrity: sha512-6LvJAlfEsn9SVq63MYAFX2iUxztUK2Q7BVZtI1vN87lDiJ/tSVFKgKS/jBVO03A39ePxJQiFv6EKv7lmoGlWtQ==} engines: {node: '>= 14.0.0'} - '@algolia/client-query-suggestions@5.46.0': - resolution: {integrity: sha512-aF9tc4ex/smypXw+W3lBPB1jjKoaGHpZezTqofvDOI/oK1dR2sdTpFpK2Ru+7IRzYgwtRqHF3znmTlyoNs9dpA==} + '@algolia/client-query-suggestions@5.46.1': + resolution: {integrity: sha512-9GLUCyGGo7YOXHcNqbzca82XYHJTbuiI6iT0FTGc0BrnV2N4OcrznUuVKic/duiLSun5gcy/G2Bciw5Sav9f9w==} engines: {node: '>= 14.0.0'} - '@algolia/client-search@5.46.0': - resolution: {integrity: sha512-22SHEEVNjZfFWkFks3P6HilkR3rS7a6GjnCIqR22Zz4HNxdfT0FG+RE7efTcFVfLUkTTMQQybvaUcwMrHXYa7Q==} + '@algolia/client-search@5.46.1': + resolution: {integrity: sha512-NL76o/BoEgU4ObY5oBEC3o6KSPpuXsnSta00tAxTm1iKUWOGR34DQEKhUt8xMHhMKleUNPM/rLPFiIVtfsGU8w==} engines: {node: '>= 14.0.0'} - '@algolia/ingestion@1.46.0': - resolution: {integrity: sha512-2LT0/Z+/sFwEpZLH6V17WSZ81JX2uPjgvv5eNlxgU7rPyup4NXXfuMbtCJ+6uc4RO/LQpEJd3Li59ke3wtyAsA==} + '@algolia/ingestion@1.46.1': + resolution: {integrity: sha512-52Nc8WKC1FFXsdlXlTMl1Re/pTAbd2DiJiNdYmgHiikZcfF96G+Opx4qKiLUG1q7zp9e+ahNwXF6ED0XChMywg==} engines: {node: '>= 14.0.0'} - '@algolia/monitoring@1.46.0': - resolution: {integrity: sha512-uivZ9wSWZ8mz2ZU0dgDvQwvVZV8XBv6lYBXf8UtkQF3u7WeTqBPeU8ZoeTyLpf0jAXCYOvc1mAVmK0xPLuEwOQ==} + '@algolia/monitoring@1.46.1': + resolution: {integrity: sha512-1x2/2Y/eqz6l3QcEZ8u/zMhSCpjlhePyizJd3sXrmg031HjayYT5+IxikjpqkdF7TU/deCTd/TFUcxLJ2ZHXiQ==} engines: {node: '>= 14.0.0'} - '@algolia/recommend@5.46.0': - resolution: {integrity: sha512-O2BB8DuySuddgOAbhyH4jsGbL+KyDGpzJRtkDZkv091OMomqIA78emhhMhX9d/nIRrzS1wNLWB/ix7Hb2eV5rg==} + '@algolia/recommend@5.46.1': + resolution: {integrity: sha512-SSd3KlQuplxV3aRs5+Z09XilFesgpPjtCG7BGRxLTVje5hn9BLmhjO4W3gKw01INUt44Z1r0Fwx5uqnhAouunA==} engines: {node: '>= 14.0.0'} - '@algolia/requester-browser-xhr@5.46.0': - resolution: {integrity: sha512-eW6xyHCyYrJD0Kjk9Mz33gQ40LfWiEA51JJTVfJy3yeoRSw/NXhAL81Pljpa0qslTs6+LO/5DYPZddct6HvISQ==} + '@algolia/requester-browser-xhr@5.46.1': + resolution: {integrity: sha512-3GfCwudeW6/3caKSdmOP6RXZEL4F3GiemCaXEStkTt2Re8f7NcGYAAZnGlHsCzvhlNEuDzPYdYxh4UweY8l/2w==} engines: {node: '>= 14.0.0'} - '@algolia/requester-fetch@5.46.0': - resolution: {integrity: sha512-Vn2+TukMGHy4PIxmdvP667tN/MhS7MPT8EEvEhS6JyFLPx3weLcxSa1F9gVvrfHWCUJhLWoMVJVB2PT8YfRGcw==} + '@algolia/requester-fetch@5.46.1': + resolution: {integrity: sha512-JUAxYfmnLYTVtAOFxVvXJ4GDHIhMuaP7JGyZXa/nCk3P8RrN5FCNTdRyftSnxyzwSIAd8qH3CjdBS9WwxxqcHQ==} engines: {node: '>= 14.0.0'} - '@algolia/requester-node-http@5.46.0': - resolution: {integrity: sha512-xaqXyna5yBZ+r1SJ9my/DM6vfTqJg9FJgVydRJ0lnO+D5NhqGW/qaRG/iBGKr/d4fho34el6WakV7BqJvrl/HQ==} + '@algolia/requester-node-http@5.46.1': + resolution: {integrity: sha512-VwbhV1xvTGiek3d2pOS6vNBC4dtbNadyRT+i1niZpGhOJWz1XnfhxNboVbXPGAyMJYz7kDrolbDvEzIDT93uUA==} engines: {node: '>= 14.0.0'} '@ampproject/remapping@2.3.0': @@ -2828,15 +2828,15 @@ packages: '@flypeng/tool@5.7.5': resolution: {integrity: sha512-3/TMouPSQiKcvV4sL/Jog20codkmEObYr0Pn4xJl6J+XEyb1rN/HqaQve2Kv5GhsbBC4s7YSlGcmOCC9CgH9aA==} - '@gerrit0/mini-shiki@3.19.0': - resolution: {integrity: sha512-ZSlWfLvr8Nl0T4iA3FF/8VH8HivYF82xQts2DY0tJxZd4wtXJ8AA0nmdW9lmO4hlrh3f9xNwEPtOgqETPqKwDA==} + '@gerrit0/mini-shiki@3.20.0': + resolution: {integrity: sha512-Wa57i+bMpK6PGJZ1f2myxo3iO+K/kZikcyvH8NIqNNZhQUbDav7V9LQmWOXhf946mz5c1NZ19WMsGYiDKTryzQ==} '@hutson/parse-repository-url@3.0.2': resolution: {integrity: sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==} engines: {node: '>=6.9.0'} - '@iconify-json/simple-icons@1.2.62': - resolution: {integrity: sha512-GpWQ294d4lraB3D2eBSSMROh1x9uKgpmyereLlGzVQjGZ7lbeFzby2ywXxyp4vEODmTDyf1/4WcOYs/yH4rJ5Q==} + '@iconify-json/simple-icons@1.2.63': + resolution: {integrity: sha512-xZl2UWCwE58VlqZ+pDPmaUhE2tq8MVSTJRr4/9nzzHlDdjJ0Ud1VxNXPrwTSgESKY29iCQw3S0r2nJTSNNngHw==} '@iconify/types@2.0.0': resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} @@ -3582,113 +3582,113 @@ packages: rollup: optional: true - '@rollup/rollup-android-arm-eabi@4.53.3': - resolution: {integrity: sha512-mRSi+4cBjrRLoaal2PnqH82Wqyb+d3HsPUN/W+WslCXsZsyHa9ZeQQX/pQsZaVIWDkPcpV6jJ+3KLbTbgnwv8w==} + '@rollup/rollup-android-arm-eabi@4.53.5': + resolution: {integrity: sha512-iDGS/h7D8t7tvZ1t6+WPK04KD0MwzLZrG0se1hzBjSi5fyxlsiggoJHwh18PCFNn7tG43OWb6pdZ6Y+rMlmyNQ==} cpu: [arm] os: [android] - '@rollup/rollup-android-arm64@4.53.3': - resolution: {integrity: sha512-CbDGaMpdE9sh7sCmTrTUyllhrg65t6SwhjlMJsLr+J8YjFuPmCEjbBSx4Z/e4SmDyH3aB5hGaJUP2ltV/vcs4w==} + '@rollup/rollup-android-arm64@4.53.5': + resolution: {integrity: sha512-wrSAViWvZHBMMlWk6EJhvg8/rjxzyEhEdgfMMjREHEq11EtJ6IP6yfcCH57YAEca2Oe3FNCE9DSTgU70EIGmVw==} cpu: [arm64] os: [android] - '@rollup/rollup-darwin-arm64@4.53.3': - resolution: {integrity: sha512-Nr7SlQeqIBpOV6BHHGZgYBuSdanCXuw09hon14MGOLGmXAFYjx1wNvquVPmpZnl0tLjg25dEdr4IQ6GgyToCUA==} + '@rollup/rollup-darwin-arm64@4.53.5': + resolution: {integrity: sha512-S87zZPBmRO6u1YXQLwpveZm4JfPpAa6oHBX7/ghSiGH3rz/KDgAu1rKdGutV+WUI6tKDMbaBJomhnT30Y2t4VQ==} cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-x64@4.53.3': - resolution: {integrity: sha512-DZ8N4CSNfl965CmPktJ8oBnfYr3F8dTTNBQkRlffnUarJ2ohudQD17sZBa097J8xhQ26AwhHJ5mvUyQW8ddTsQ==} + '@rollup/rollup-darwin-x64@4.53.5': + resolution: {integrity: sha512-YTbnsAaHo6VrAczISxgpTva8EkfQus0VPEVJCEaboHtZRIb6h6j0BNxRBOwnDciFTZLDPW5r+ZBmhL/+YpTZgA==} cpu: [x64] os: [darwin] - '@rollup/rollup-freebsd-arm64@4.53.3': - resolution: {integrity: sha512-yMTrCrK92aGyi7GuDNtGn2sNW+Gdb4vErx4t3Gv/Tr+1zRb8ax4z8GWVRfr3Jw8zJWvpGHNpss3vVlbF58DZ4w==} + '@rollup/rollup-freebsd-arm64@4.53.5': + resolution: {integrity: sha512-1T8eY2J8rKJWzaznV7zedfdhD1BqVs1iqILhmHDq/bqCUZsrMt+j8VCTHhP0vdfbHK3e1IQ7VYx3jlKqwlf+vw==} cpu: [arm64] os: [freebsd] - '@rollup/rollup-freebsd-x64@4.53.3': - resolution: {integrity: sha512-lMfF8X7QhdQzseM6XaX0vbno2m3hlyZFhwcndRMw8fbAGUGL3WFMBdK0hbUBIUYcEcMhVLr1SIamDeuLBnXS+Q==} + '@rollup/rollup-freebsd-x64@4.53.5': + resolution: {integrity: sha512-sHTiuXyBJApxRn+VFMaw1U+Qsz4kcNlxQ742snICYPrY+DDL8/ZbaC4DVIB7vgZmp3jiDaKA0WpBdP0aqPJoBQ==} cpu: [x64] os: [freebsd] - '@rollup/rollup-linux-arm-gnueabihf@4.53.3': - resolution: {integrity: sha512-k9oD15soC/Ln6d2Wv/JOFPzZXIAIFLp6B+i14KhxAfnq76ajt0EhYc5YPeX6W1xJkAdItcVT+JhKl1QZh44/qw==} + '@rollup/rollup-linux-arm-gnueabihf@4.53.5': + resolution: {integrity: sha512-dV3T9MyAf0w8zPVLVBptVlzaXxka6xg1f16VAQmjg+4KMSTWDvhimI/Y6mp8oHwNrmnmVl9XxJ/w/mO4uIQONA==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.53.3': - resolution: {integrity: sha512-vTNlKq+N6CK/8UktsrFuc+/7NlEYVxgaEgRXVUVK258Z5ymho29skzW1sutgYjqNnquGwVUObAaxae8rZ6YMhg==} + '@rollup/rollup-linux-arm-musleabihf@4.53.5': + resolution: {integrity: sha512-wIGYC1x/hyjP+KAu9+ewDI+fi5XSNiUi9Bvg6KGAh2TsNMA3tSEs+Sh6jJ/r4BV/bx/CyWu2ue9kDnIdRyafcQ==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.53.3': - resolution: {integrity: sha512-RGrFLWgMhSxRs/EWJMIFM1O5Mzuz3Xy3/mnxJp/5cVhZ2XoCAxJnmNsEyeMJtpK+wu0FJFWz+QF4mjCA7AUQ3w==} + '@rollup/rollup-linux-arm64-gnu@4.53.5': + resolution: {integrity: sha512-Y+qVA0D9d0y2FRNiG9oM3Hut/DgODZbU9I8pLLPwAsU0tUKZ49cyV1tzmB/qRbSzGvY8lpgGkJuMyuhH7Ma+Vg==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.53.3': - resolution: {integrity: sha512-kASyvfBEWYPEwe0Qv4nfu6pNkITLTb32p4yTgzFCocHnJLAHs+9LjUu9ONIhvfT/5lv4YS5muBHyuV84epBo/A==} + '@rollup/rollup-linux-arm64-musl@4.53.5': + resolution: {integrity: sha512-juaC4bEgJsyFVfqhtGLz8mbopaWD+WeSOYr5E16y+1of6KQjc0BpwZLuxkClqY1i8sco+MdyoXPNiCkQou09+g==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-loong64-gnu@4.53.3': - resolution: {integrity: sha512-JiuKcp2teLJwQ7vkJ95EwESWkNRFJD7TQgYmCnrPtlu50b4XvT5MOmurWNrCj3IFdyjBQ5p9vnrX4JM6I8OE7g==} + '@rollup/rollup-linux-loong64-gnu@4.53.5': + resolution: {integrity: sha512-rIEC0hZ17A42iXtHX+EPJVL/CakHo+tT7W0pbzdAGuWOt2jxDFh7A/lRhsNHBcqL4T36+UiAgwO8pbmn3dE8wA==} cpu: [loong64] os: [linux] - '@rollup/rollup-linux-ppc64-gnu@4.53.3': - resolution: {integrity: sha512-EoGSa8nd6d3T7zLuqdojxC20oBfNT8nexBbB/rkxgKj5T5vhpAQKKnD+h3UkoMuTyXkP5jTjK/ccNRmQrPNDuw==} + '@rollup/rollup-linux-ppc64-gnu@4.53.5': + resolution: {integrity: sha512-T7l409NhUE552RcAOcmJHj3xyZ2h7vMWzcwQI0hvn5tqHh3oSoclf9WgTl+0QqffWFG8MEVZZP1/OBglKZx52Q==} cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.53.3': - resolution: {integrity: sha512-4s+Wped2IHXHPnAEbIB0YWBv7SDohqxobiiPA1FIWZpX+w9o2i4LezzH/NkFUl8LRci/8udci6cLq+jJQlh+0g==} + '@rollup/rollup-linux-riscv64-gnu@4.53.5': + resolution: {integrity: sha512-7OK5/GhxbnrMcxIFoYfhV/TkknarkYC1hqUw1wU2xUN3TVRLNT5FmBv4KkheSG2xZ6IEbRAhTooTV2+R5Tk0lQ==} cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-riscv64-musl@4.53.3': - resolution: {integrity: sha512-68k2g7+0vs2u9CxDt5ktXTngsxOQkSEV/xBbwlqYcUrAVh6P9EgMZvFsnHy4SEiUl46Xf0IObWVbMvPrr2gw8A==} + '@rollup/rollup-linux-riscv64-musl@4.53.5': + resolution: {integrity: sha512-GwuDBE/PsXaTa76lO5eLJTyr2k8QkPipAyOrs4V/KJufHCZBJ495VCGJol35grx9xryk4V+2zd3Ri+3v7NPh+w==} cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.53.3': - resolution: {integrity: sha512-VYsFMpULAz87ZW6BVYw3I6sWesGpsP9OPcyKe8ofdg9LHxSbRMd7zrVrr5xi/3kMZtpWL/wC+UIJWJYVX5uTKg==} + '@rollup/rollup-linux-s390x-gnu@4.53.5': + resolution: {integrity: sha512-IAE1Ziyr1qNfnmiQLHBURAD+eh/zH1pIeJjeShleII7Vj8kyEm2PF77o+lf3WTHDpNJcu4IXJxNO0Zluro8bOw==} cpu: [s390x] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.53.3': - resolution: {integrity: sha512-3EhFi1FU6YL8HTUJZ51imGJWEX//ajQPfqWLI3BQq4TlvHy4X0MOr5q3D2Zof/ka0d5FNdPwZXm3Yyib/UEd+w==} + '@rollup/rollup-linux-x64-gnu@4.53.5': + resolution: {integrity: sha512-Pg6E+oP7GvZ4XwgRJBuSXZjcqpIW3yCBhK4BcsANvb47qMvAbCjR6E+1a/U2WXz1JJxp9/4Dno3/iSJLcm5auw==} cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.53.3': - resolution: {integrity: sha512-eoROhjcc6HbZCJr+tvVT8X4fW3/5g/WkGvvmwz/88sDtSJzO7r/blvoBDgISDiCjDRZmHpwud7h+6Q9JxFwq1Q==} + '@rollup/rollup-linux-x64-musl@4.53.5': + resolution: {integrity: sha512-txGtluxDKTxaMDzUduGP0wdfng24y1rygUMnmlUJ88fzCCULCLn7oE5kb2+tRB+MWq1QDZT6ObT5RrR8HFRKqg==} cpu: [x64] os: [linux] - '@rollup/rollup-openharmony-arm64@4.53.3': - resolution: {integrity: sha512-OueLAWgrNSPGAdUdIjSWXw+u/02BRTcnfw9PN41D2vq/JSEPnJnVuBgw18VkN8wcd4fjUs+jFHVM4t9+kBSNLw==} + '@rollup/rollup-openharmony-arm64@4.53.5': + resolution: {integrity: sha512-3DFiLPnTxiOQV993fMc+KO8zXHTcIjgaInrqlG8zDp1TlhYl6WgrOHuJkJQ6M8zHEcntSJsUp1XFZSY8C1DYbg==} cpu: [arm64] os: [openharmony] - '@rollup/rollup-win32-arm64-msvc@4.53.3': - resolution: {integrity: sha512-GOFuKpsxR/whszbF/bzydebLiXIHSgsEUp6M0JI8dWvi+fFa1TD6YQa4aSZHtpmh2/uAlj/Dy+nmby3TJ3pkTw==} + '@rollup/rollup-win32-arm64-msvc@4.53.5': + resolution: {integrity: sha512-nggc/wPpNTgjGg75hu+Q/3i32R00Lq1B6N1DO7MCU340MRKL3WZJMjA9U4K4gzy3dkZPXm9E1Nc81FItBVGRlA==} cpu: [arm64] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.53.3': - resolution: {integrity: sha512-iah+THLcBJdpfZ1TstDFbKNznlzoxa8fmnFYK4V67HvmuNYkVdAywJSoteUszvBQ9/HqN2+9AZghbajMsFT+oA==} + '@rollup/rollup-win32-ia32-msvc@4.53.5': + resolution: {integrity: sha512-U/54pTbdQpPLBdEzCT6NBCFAfSZMvmjr0twhnD9f4EIvlm9wy3jjQ38yQj1AGznrNO65EWQMgm/QUjuIVrYF9w==} cpu: [ia32] os: [win32] - '@rollup/rollup-win32-x64-gnu@4.53.3': - resolution: {integrity: sha512-J9QDiOIZlZLdcot5NXEepDkstocktoVjkaKUtqzgzpt2yWjGlbYiKyp05rWwk4nypbYUNoFAztEgixoLaSETkg==} + '@rollup/rollup-win32-x64-gnu@4.53.5': + resolution: {integrity: sha512-2NqKgZSuLH9SXBBV2dWNRCZmocgSOx8OJSdpRaEcRlIfX8YrKxUT6z0F1NpvDVhOsl190UFTRh2F2WDWWCYp3A==} cpu: [x64] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.53.3': - resolution: {integrity: sha512-UhTd8u31dXadv0MopwGgNOBpUVROFKWVQgAg5N1ESyCz8AuBcMqm4AuTjrwgQKGDfoFuz02EuMRHQIw/frmYKQ==} + '@rollup/rollup-win32-x64-msvc@4.53.5': + resolution: {integrity: sha512-JRpZUhCfhZ4keB5v0fe02gQJy05GqboPOaxvjugW04RLSYYoB/9t2lx2u/tMs/Na/1NXfY8QYjgRljRpN+MjTQ==} cpu: [x64] os: [win32] @@ -3731,20 +3731,20 @@ packages: '@shikijs/engine-oniguruma@2.5.0': resolution: {integrity: sha512-pGd1wRATzbo/uatrCIILlAdFVKdxImWJGQ5rFiB5VZi2ve5xj3Ax9jny8QvkaV93btQEwR/rSz5ERFpC5mKNIw==} - '@shikijs/engine-oniguruma@3.19.0': - resolution: {integrity: sha512-1hRxtYIJfJSZeM5ivbUXv9hcJP3PWRo5prG/V2sWwiubUKTa+7P62d2qxCW8jiVFX4pgRHhnHNp+qeR7Xl+6kg==} + '@shikijs/engine-oniguruma@3.20.0': + resolution: {integrity: sha512-Yx3gy7xLzM0ZOjqoxciHjA7dAt5tyzJE3L4uQoM83agahy+PlW244XJSrmJRSBvGYELDhYXPacD4R/cauV5bzQ==} '@shikijs/langs@2.5.0': resolution: {integrity: sha512-Qfrrt5OsNH5R+5tJ/3uYBBZv3SuGmnRPejV9IlIbFH3HTGLDlkqgHymAlzklVmKBjAaVmkPkyikAV/sQ1wSL+w==} - '@shikijs/langs@3.19.0': - resolution: {integrity: sha512-dBMFzzg1QiXqCVQ5ONc0z2ebyoi5BKz+MtfByLm0o5/nbUu3Iz8uaTCa5uzGiscQKm7lVShfZHU1+OG3t5hgwg==} + '@shikijs/langs@3.20.0': + resolution: {integrity: sha512-le+bssCxcSHrygCWuOrYJHvjus6zhQ2K7q/0mgjiffRbkhM4o1EWu2m+29l0yEsHDbWaWPNnDUTRVVBvBBeKaA==} '@shikijs/themes@2.5.0': resolution: {integrity: sha512-wGrk+R8tJnO0VMzmUExHR+QdSaPUl/NKs+a4cQQRWyoc3YFbUzuLEi/KWK1hj+8BfHRKm2jNhhJck1dfstJpiw==} - '@shikijs/themes@3.19.0': - resolution: {integrity: sha512-H36qw+oh91Y0s6OlFfdSuQ0Ld+5CgB/VE6gNPK+Hk4VRbVG/XQgkjnt4KzfnnoO6tZPtKJKHPjwebOCfjd6F8A==} + '@shikijs/themes@3.20.0': + resolution: {integrity: sha512-U1NSU7Sl26Q7ErRvJUouArxfM2euWqq1xaSrbqMu2iqa+tSp0D1Yah8216sDYbdDHw4C8b75UpE65eWorm2erQ==} '@shikijs/transformers@2.5.0': resolution: {integrity: sha512-SI494W5X60CaUwgi8u4q4m4s3YAFSxln3tzNjOSYqq54wlVgz0/NbbXEb3mdLbqMBztcmS7bVTaEd2w0qMmfeg==} @@ -3752,8 +3752,8 @@ packages: '@shikijs/types@2.5.0': resolution: {integrity: sha512-ygl5yhxki9ZLNuNpPitBWvcy9fsSKKaRuO4BAlMyagszQidxcpLAr0qiW/q43DtSIDxO6hEbtYLiFZNXO/hdGw==} - '@shikijs/types@3.19.0': - resolution: {integrity: sha512-Z2hdeEQlzuntf/BZpFG8a+Fsw9UVXdML7w0o3TgSXV3yNESGon+bs9ITkQb3Ki7zxoXOOu5oJWqZ2uto06V9iQ==} + '@shikijs/types@3.20.0': + resolution: {integrity: sha512-lhYAATn10nkZcBQ0BlzSbJA3wcmL5MXUUF8d2Zzon6saZDlToKaiRX60n2+ZaHJCmXEcZRWNzn+k9vplr8Jhsw==} '@shikijs/vscode-textmate@10.0.2': resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==} @@ -3920,8 +3920,8 @@ packages: '@types/mockjs@1.0.10': resolution: {integrity: sha512-SXgrhajHG7boLv6oU93CcmdDm0HYRiceuz6b+7z+/2lCJPTWDv0V5YiwFHT2ejE4bQqgSXQiVPQYPWv7LGsK1g==} - '@types/node@24.10.3': - resolution: {integrity: sha512-gqkrWUsS8hcm0r44yn7/xZeV1ERva/nLgrLxFRUGb7aoNMIJfZJ3AC261zDQuOAKC7MiXai1WCpYc48jAHoShQ==} + '@types/node@25.0.3': + resolution: {integrity: sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -3959,6 +3959,9 @@ packages: '@types/web-bluetooth@0.0.16': resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==} + '@types/web-bluetooth@0.0.20': + resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==} + '@types/web-bluetooth@0.0.21': resolution: {integrity: sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==} @@ -4119,18 +4122,18 @@ packages: resolution: {integrity: sha512-51LsGrfxTm/KKzKRIKuIPj5qaqs7P3KcMiGNzvbXxFkhbxZWAzsk39eNQ5o5a2FVq7SmZ66OXBefbBpy61gzgQ==} engines: {node: '>=16.0.0'} - '@vtj/icons@0.13.35': - resolution: {integrity: sha512-n8fdByL6yvkUjYtC/3sAHadwtLiktys5EhKOJfiaQCjZJX/NZB31xriaEGHvMAZTIsvI4jI4+gzapmcAbruc2Q==} + '@vtj/icons@0.13.38': + resolution: {integrity: sha512-R4WylSb1q0tM4k3WPIdpvXEfVcExANo0XBMvsjWf65T1ix6+/xeCVexYh/TZRsr8zo4V8KjxptnfmqnDfdeL4w==} '@vtj/plugin-ckeditor@0.2.5': resolution: {integrity: sha512-moAcU4LhruhiNnIuviK/QBfHPH+nyNHS4iDLQocOrVbFn8RWEj8C4nBESscFU1hOBLaeAAc7aYQJCBEkfOnyQA==} - '@vtj/ui@0.13.35': - resolution: {integrity: sha512-2RqcyGAHkGrAgGqfUVRnkNlH10/BSw3lWYGQQJUMxjLqG4b/Bky4QslEAoVEgfyi9cbPPuiwPM2+JDs3kldU4Q==} + '@vtj/ui@0.13.38': + resolution: {integrity: sha512-EC23j5YlbnopFumW04FVXI6a72N3vuEKDJohiCo8n8qMHQ9EYgA1Ac3ovB5elAb7xjn209Wgy++EOIcTm2MDdw==} engines: {node: '>=16.0.0'} - '@vtj/utils@0.13.35': - resolution: {integrity: sha512-LVd18Fhws7iPMtZS/+XUZlwz8jHD3Wlw1mzppvha7y/oREh45sOJkFA+sy5D8EaLj6gOfUOmtfsqEFP6QLtSDg==} + '@vtj/utils@0.13.38': + resolution: {integrity: sha512-fFtLQg5PvvPu/VzpulqipHlh7ciQVLgPI0Hk20KEu4r52AKEE2sCUhOk/cNljvQjIMpIiDkw1xeIyU363iaUkQ==} '@vue/babel-helper-vue-transform-on@1.5.0': resolution: {integrity: sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==} @@ -4151,26 +4154,26 @@ packages: '@vue/compiler-core@3.4.21': resolution: {integrity: sha512-MjXawxZf2SbZszLPYxaFCjxfibYrzr3eYbKxwpLR9EQN+oaziSu3qKVbwBERj1IFIB8OLUewxB5m/BFzi613og==} - '@vue/compiler-core@3.5.25': - resolution: {integrity: sha512-vay5/oQJdsNHmliWoZfHPoVZZRmnSWhug0BYT34njkYTPqClh3DNWLkZNJBVSjsNMrg0CCrBfoKkjZQPM/QVUw==} + '@vue/compiler-core@3.5.26': + resolution: {integrity: sha512-vXyI5GMfuoBCnv5ucIT7jhHKl55Y477yxP6fc4eUswjP8FG3FFVFd41eNDArR+Uk3QKn2Z85NavjaxLxOC19/w==} '@vue/compiler-dom@3.4.21': resolution: {integrity: sha512-IZC6FKowtT1sl0CR5DpXSiEB5ayw75oT2bma1BEhV7RRR1+cfwLrxc2Z8Zq/RGFzJ8w5r9QtCOvTjQgdn0IKmA==} - '@vue/compiler-dom@3.5.25': - resolution: {integrity: sha512-4We0OAcMZsKgYoGlMjzYvaoErltdFI2/25wqanuTu+S4gismOTRTBPi4IASOjxWdzIwrYSjnqONfKvuqkXzE2Q==} + '@vue/compiler-dom@3.5.26': + resolution: {integrity: sha512-y1Tcd3eXs834QjswshSilCBnKGeQjQXB6PqFn/1nxcQw4pmG42G8lwz+FZPAZAby6gZeHSt/8LMPfZ4Rb+Bd/A==} '@vue/compiler-sfc@3.4.21': resolution: {integrity: sha512-me7epoTxYlY+2CUM7hy9PCDdpMPfIwrOvAXud2Upk10g4YLv9UBW7kL798TvMeDhPthkZ0CONNrK2GoeI1ODiQ==} - '@vue/compiler-sfc@3.5.25': - resolution: {integrity: sha512-PUgKp2rn8fFsI++lF2sO7gwO2d9Yj57Utr5yEsDf3GNaQcowCLKL7sf+LvVFvtJDXUp/03+dC6f2+LCv5aK1ag==} + '@vue/compiler-sfc@3.5.26': + resolution: {integrity: sha512-egp69qDTSEZcf4bGOSsprUr4xI73wfrY5oRs6GSgXFTiHrWj4Y3X5Ydtip9QMqiCMCPVwLglB9GBxXtTadJ3mA==} '@vue/compiler-ssr@3.4.21': resolution: {integrity: sha512-M5+9nI2lPpAsgXOGQobnIueVqc9sisBFexh5yMIMRAPYLa7+5wEJs8iqOZc1WAa9WQbx9GR2twgznU8LTIiZ4Q==} - '@vue/compiler-ssr@3.5.25': - resolution: {integrity: sha512-ritPSKLBcParnsKYi+GNtbdbrIE1mtuFEJ4U1sWeuOMlIziK5GtOL85t5RhsNy4uWIXPgk+OUdpnXiTdzn8o3A==} + '@vue/compiler-ssr@3.5.26': + resolution: {integrity: sha512-lZT9/Y0nSIRUPVvapFJEVDbEXruZh2IYHMk2zTtEgJSlP5gVOqeWXH54xDKAaFS4rTnDeDBQUYDtxKyoW9FwDw==} '@vue/compiler-vue2@2.7.16': resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==} @@ -4218,34 +4221,37 @@ packages: typescript: optional: true - '@vue/reactivity@3.5.25': - resolution: {integrity: sha512-5xfAypCQepv4Jog1U4zn8cZIcbKKFka3AgWHEFQeK65OW+Ys4XybP6z2kKgws4YB43KGpqp5D/K3go2UPPunLA==} + '@vue/reactivity@3.5.26': + resolution: {integrity: sha512-9EnYB1/DIiUYYnzlnUBgwU32NNvLp/nhxLXeWRhHUEeWNTn1ECxX8aGO7RTXeX6PPcxe3LLuNBFoJbV4QZ+CFQ==} - '@vue/runtime-core@3.5.25': - resolution: {integrity: sha512-Z751v203YWwYzy460bzsYQISDfPjHTl+6Zzwo/a3CsAf+0ccEjQ8c+0CdX1WsumRTHeywvyUFtW6KvNukT/smA==} + '@vue/runtime-core@3.5.26': + resolution: {integrity: sha512-xJWM9KH1kd201w5DvMDOwDHYhrdPTrAatn56oB/LRG4plEQeZRQLw0Bpwih9KYoqmzaxF0OKSn6swzYi84e1/Q==} - '@vue/runtime-dom@3.5.25': - resolution: {integrity: sha512-a4WrkYFbb19i9pjkz38zJBg8wa/rboNERq3+hRRb0dHiJh13c+6kAbgqCPfMaJ2gg4weWD3APZswASOfmKwamA==} + '@vue/runtime-dom@3.5.26': + resolution: {integrity: sha512-XLLd/+4sPC2ZkN/6+V4O4gjJu6kSDbHAChvsyWgm1oGbdSO3efvGYnm25yCjtFm/K7rrSDvSfPDgN1pHgS4VNQ==} '@vue/server-renderer@3.4.21': resolution: {integrity: sha512-aV1gXyKSN6Rz+6kZ6kr5+Ll14YzmIbeuWe7ryJl5muJ4uwSwY/aStXTixx76TwkZFJLm1aAlA/HSWEJ4EyiMkg==} peerDependencies: vue: 3.4.21 - '@vue/server-renderer@3.5.25': - resolution: {integrity: sha512-UJaXR54vMG61i8XNIzTSf2Q7MOqZHpp8+x3XLGtE3+fL+nQd+k7O5+X3D/uWrnQXOdMw5VPih+Uremcw+u1woQ==} + '@vue/server-renderer@3.5.26': + resolution: {integrity: sha512-TYKLXmrwWKSodyVuO1WAubucd+1XlLg4set0YoV+Hu8Lo79mp/YMwWV5mC5FgtsDxX3qo1ONrxFaTP1OQgy1uA==} peerDependencies: - vue: 3.5.25 + vue: 3.5.26 '@vue/shared@3.4.21': resolution: {integrity: sha512-PuJe7vDIi6VYSinuEbUIQgMIRZGgM8e4R+G+/dQTk0X1NEdvgvvgv7m+rfmDH1gZzyA1OjjoWskvHlfRNfQf3g==} - '@vue/shared@3.5.25': - resolution: {integrity: sha512-AbOPdQQnAnzs58H2FrrDxYj/TJfmeS2jdfEEhgiKINy+bnOANmVizIEgq1r+C5zsbs6l1CCQxtcj71rwNQ4jWg==} + '@vue/shared@3.5.26': + resolution: {integrity: sha512-7Z6/y3uFI5PRoKeorTOSXKcDj0MSasfNNltcslbFrPpcw6aXRUALq4IfJlaTRspiWIUOEZbrpM+iQGmCOiWe4A==} '@vue/test-utils@2.4.6': resolution: {integrity: sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==} + '@vueuse/core@10.11.1': + resolution: {integrity: sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==} + '@vueuse/core@12.8.2': resolution: {integrity: sha512-HbvCmZdzAu3VGi/pWYm5Ut+Kd9mn1ZHnn4L5G8kOQTPs/IwIAmJoBrmYk2ckLArgMXZj0AW3n5CAejLUO+PhdQ==} @@ -4298,6 +4304,9 @@ packages: universal-cookie: optional: true + '@vueuse/metadata@10.11.1': + resolution: {integrity: sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw==} + '@vueuse/metadata@12.8.2': resolution: {integrity: sha512-rAyLGEuoBJ/Il5AmFHiziCPdQzRt88VxR+Y/A/QhJ1EWtWqPBBAxTAFaSkviwEuOEZNtW8pvkPgoCZQ+HxqW1A==} @@ -4307,6 +4316,9 @@ packages: '@vueuse/metadata@9.13.0': resolution: {integrity: sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==} + '@vueuse/shared@10.11.1': + resolution: {integrity: sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==} + '@vueuse/shared@12.8.2': resolution: {integrity: sha512-dznP38YzxZoNloI0qpEfpkms8knDtaoQ6Y/sfS0L7Yki4zh40LFHEhur0odJC6xTHG5dxWVPiUWBXn+wCG2s5w==} @@ -4414,8 +4426,8 @@ packages: ajv@8.17.1: resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} - algoliasearch@5.46.0: - resolution: {integrity: sha512-7ML6fa2K93FIfifG3GMWhDEwT5qQzPTmoHKCTvhzGEwdbQ4n0yYUWZlLYT75WllTGJCJtNUI0C1ybN4BCegqvg==} + algoliasearch@5.46.1: + resolution: {integrity: sha512-39ol8Ulqb3MntofkXHlrcXKyU8BU0PXvQrXPBIX6eXj/EO4VT7651mhGVORI2oF8ydya9nFzT3fYDoqme/KL6w==} engines: {node: '>= 14.0.0'} alien-signals@0.4.14: @@ -4522,8 +4534,8 @@ packages: resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==} engines: {node: '>=12'} - ast-v8-to-istanbul@0.3.8: - resolution: {integrity: sha512-szgSZqUxI5T8mLKvS7WTjF9is+MVbOeLADU73IseOcrqhxr/VAvy6wfoVE39KnKzA7JRhjF5eUagNlHwvZPlKQ==} + ast-v8-to-istanbul@0.3.9: + resolution: {integrity: sha512-dSC6tJeOJxbZrPzPbv5mMd6CMiQ1ugaVXXPRad2fXUSsy1kstFn9XQWemV9VW7Y7kpxgQ/4WMoZfwdH8XSU48w==} async-validator@4.2.5: resolution: {integrity: sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==} @@ -4534,8 +4546,8 @@ packages: asynckit@0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} - autoprefixer@10.4.22: - resolution: {integrity: sha512-ARe0v/t9gO28Bznv6GgqARmVqcWOV3mfgUPn9becPHMiD3o9BwlRgaeccZnwTpZ7Zwqrm+c1sUSsMxIzQzc8Xg==} + autoprefixer@10.4.23: + resolution: {integrity: sha512-YYTXSFulfwytnjAPlw8QHncHJmlvFKtczb8InXaAx9Q0LbfDnfEYDE55omerIJKihhmU61Ft+cAOSzQVaBUmeA==} engines: {node: ^10 || ^12 || >=14} hasBin: true peerDependencies: @@ -4602,8 +4614,8 @@ packages: resolution: {integrity: sha512-ir1UPr3dkwexU7FdV8qBBbNDRUhMmIekYMFZfi+C/sLNnRESKPl23nB9b2pltqfOQNnGzsDdId90AEtG5tCx4A==} engines: {node: '>=6.0.0'} - baseline-browser-mapping@2.9.6: - resolution: {integrity: sha512-v9BVVpOTLB59C9E7aSnmIF8h7qRsFpx+A2nugVMTszEOMcfjlZMsXRm4LF23I3Z9AJxc8ANpIvzbzONoX9VJlg==} + baseline-browser-mapping@2.9.11: + resolution: {integrity: sha512-Sg0xJUNDU1sJNGdfGWhVHX0kkZ+HWcvmVymJbj6NSgZZmW/8S9Y2HQ5euytnIgakgxN6papOAWiwDo1ctFDcoQ==} hasBin: true bcrypt-pbkdf@1.0.2: @@ -4771,8 +4783,8 @@ packages: caniuse-api@3.0.0: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} - caniuse-lite@1.0.30001760: - resolution: {integrity: sha512-7AAMPcueWELt1p3mi13HR/LHH0TJLT11cnwDJEs3xA4+CK/PLKeO9Kl1oru24htkyUKtkGCvAx4ohB0Ttry8Dw==} + caniuse-lite@1.0.30001761: + resolution: {integrity: sha512-JF9ptu1vP2coz98+5051jZ4PwQgd2ni8A+gYSN7EA7dPKIMf0pDlSUxhdmVOaV3/fYK5uWBkgSXJaRLr4+3A6g==} ccount@2.0.1: resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} @@ -5433,16 +5445,16 @@ packages: electron-to-chromium@1.5.267: resolution: {integrity: sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==} - element-plus@2.11.9: - resolution: {integrity: sha512-yTckX+fMGDGiBHVL1gpwfmjEc8P8OwuyU5ZX3f4FhMy2OdC2Y+OwQYWUXmuB+jFMukuSdnGYXYgHq6muBjSxTg==} - peerDependencies: - vue: ^3.2.0 - element-plus@2.12.0: resolution: {integrity: sha512-M9YLSn2np9OnqrSKWsiXvGe3qnF8pd94+TScsHj1aTMCD+nSEvucXermf807qNt6hOP040le0e5Aft7E9ZfHmA==} peerDependencies: vue: ^3.2.0 + element-plus@2.13.0: + resolution: {integrity: sha512-qjxS+SBChvqCl6lU6ShiliLMN6WqFHiXQENYbAY3GKNflG+FS3jqn8JmQq0CBZq4koFqsi95NT1M6SL4whZfrA==} + peerDependencies: + vue: ^3.3.0 + elliptic@6.6.1: resolution: {integrity: sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==} @@ -5459,10 +5471,6 @@ packages: emoji-regex@9.2.2: resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} - encodeurl@1.0.2: - resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==} - engines: {node: '>= 0.8'} - encodeurl@2.0.0: resolution: {integrity: sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==} engines: {node: '>= 0.8'} @@ -5485,6 +5493,10 @@ packages: resolution: {integrity: sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==} engines: {node: '>=0.12'} + entities@7.0.0: + resolution: {integrity: sha512-FDWG5cmEYf2Z00IkYRhbFrwIwvdFKH07uV8dvNy0omp/Qb1xcyCWp2UDtcwJF4QZZvk0sLudP6/hAu42TaqVhQ==} + engines: {node: '>=0.12'} + env-paths@2.2.1: resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} engines: {node: '>=6'} @@ -5763,8 +5775,8 @@ packages: resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==} engines: {node: '>=12'} - fs-extra@11.3.2: - resolution: {integrity: sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==} + fs-extra@11.3.3: + resolution: {integrity: sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==} engines: {node: '>=14.14'} fs-minipass@2.1.0: @@ -6021,10 +6033,6 @@ packages: http-cache-semantics@4.2.0: resolution: {integrity: sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==} - http-errors@2.0.0: - resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} - engines: {node: '>= 0.8'} - http-errors@2.0.1: resolution: {integrity: sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==} engines: {node: '>= 0.8'} @@ -6069,8 +6077,8 @@ packages: resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} engines: {node: '>=0.10.0'} - iconv-lite@0.7.0: - resolution: {integrity: sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==} + iconv-lite@0.7.1: + resolution: {integrity: sha512-2Tth85cXwGFHfvRgZWszZSvdo+0Xsqmw8k8ZwxScfcBneNUraK+dxRxRm24nszx80Y0TVio8kKLt5sLE7ZCLlw==} engines: {node: '>=0.10.0'} icss-replace-symbols@1.1.0: @@ -6730,8 +6738,8 @@ packages: resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - lodash-es@4.17.21: - resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==} + lodash-es@4.17.22: + resolution: {integrity: sha512-XEawp1t0gxSi9x01glktRZ5HDy0HXqrM0x5pXQM98EaI0NxO6jVM7omDOxsuEo5UIASAnm2bRp1Jt/e0a2XU8Q==} lodash-unified@1.0.3: resolution: {integrity: sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==} @@ -6856,9 +6864,9 @@ packages: resolution: {integrity: sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==} hasBin: true - marked@15.0.12: - resolution: {integrity: sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==} - engines: {node: '>= 18'} + marked@17.0.1: + resolution: {integrity: sha512-boeBdiS0ghpWcSwoNm/jJBwdpFaMnZWRzjA6SkUMYb40SVaN1x7mmfGKp0jvexGcx+7y2La5zRZsYFZI6Qpypg==} + engines: {node: '>= 20'} hasBin: true math-intrinsics@1.1.0: @@ -7055,8 +7063,8 @@ packages: resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==} engines: {node: '>=16 || 14 >=14.17'} - miniprogram-api-typings@4.1.1: - resolution: {integrity: sha512-f9kyjdVsgwFcUfMeaSgYciVLszpJ9oBk/jvrJYVP7SNHmrRyjoZ6mP/TjFw1RyrD+4Uq8KMmenO5VClUdYo3LQ==} + miniprogram-api-typings@4.1.2: + resolution: {integrity: sha512-VmIgxal0GU3nHwsH2UNaRh8jNHG/kauG08Z4W/qiJ1Iubvme48aE+q3grpT9ZLBArMKmSuKlsTq+uPPHSGr0rA==} minisearch@7.2.0: resolution: {integrity: sha512-dqT2XBYUOZOiC5t2HRnwADjhNS2cecp9u+TJRiJ1Qp/f5qjkeT5APcGPjHw+bz89Ms8Jp+cG4AlE+QZ/QnDglg==} @@ -7222,10 +7230,6 @@ packages: resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} engines: {node: '>=0.10.0'} - normalize-range@0.1.2: - resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==} - engines: {node: '>=0.10.0'} - normalize-wheel-es@1.2.0: resolution: {integrity: sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==} @@ -7856,8 +7860,8 @@ packages: preact@10.28.0: resolution: {integrity: sha512-rytDAoiXr3+t6OIP3WGlDd0ouCUG1iCWzkcY3++Nreuoi17y6T5i/zRhe6uYfoVcxq6YU+sBtJouuRDsq8vvqA==} - prettier@3.6.2: - resolution: {integrity: sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==} + prettier@3.7.4: + resolution: {integrity: sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==} engines: {node: '>=14'} hasBin: true @@ -8192,8 +8196,8 @@ packages: engines: {node: '>=14.18.0', npm: '>=8.0.0'} hasBin: true - rollup@4.53.3: - resolution: {integrity: sha512-w8GmOxZfBmKknvdXU1sdM9NHcoQejwF/4mNgj2JuEEdRaHwwF12K7e9eXn1nLZ07ad+du76mkVsyeb2rKGllsA==} + rollup@4.53.5: + resolution: {integrity: sha512-iTNAbFSlRpcHeeWu73ywU/8KuU/LZmNCSxp6fjQkJBD3ivUb8tpDrXhIxEzA05HlYMEwmtaUnb3RP+YNv162OQ==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true @@ -8230,8 +8234,8 @@ packages: safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - sass@1.95.1: - resolution: {integrity: sha512-uPoDh5NIEZV4Dp5GBodkmNY9tSQfXY02pmCcUo+FR1P+x953HGkpw+vV28D4IqYB6f8webZtwoSaZaiPtpTeMg==} + sass@1.97.1: + resolution: {integrity: sha512-uf6HoO8fy6ClsrShvMgaKUn14f2EHQLQRtpsZZLeU/Mv0Q1K5P0+x2uvH6Cub39TVVbWNSrraUhDAoFph6vh0A==} engines: {node: '>=14.0.0'} hasBin: true @@ -8281,16 +8285,12 @@ packages: engines: {node: '>=10'} hasBin: true - send@0.19.0: - resolution: {integrity: sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==} - engines: {node: '>= 0.8.0'} - - send@0.19.1: - resolution: {integrity: sha512-p4rRk4f23ynFEfcD9LA0xRYngj+IyGiEYyqqOak8kaN0TvNmuxC2dcVeBn62GpCeR2CpWqyHCNScTP91QbAVFg==} + send@0.19.2: + resolution: {integrity: sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==} engines: {node: '>= 0.8.0'} - serve-static@1.16.2: - resolution: {integrity: sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==} + serve-static@1.16.3: + resolution: {integrity: sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA==} engines: {node: '>= 0.8.0'} set-blocking@2.0.0: @@ -8466,10 +8466,6 @@ packages: stackback@0.0.2: resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==} - statuses@2.0.1: - resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} - engines: {node: '>= 0.8'} - statuses@2.0.2: resolution: {integrity: sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==} engines: {node: '>= 0.8'} @@ -8984,8 +8980,8 @@ packages: resolution: {integrity: sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==} engines: {node: '>=4'} - update-browserslist-db@1.2.2: - resolution: {integrity: sha512-E85pfNzMQ9jpKkA7+TJAi4TJN+tBCuWh5rUcS/sv6cFi+1q9LYDwDI5dpUL0u/73EElyQ8d3TEaeW4sPedBqYA==} + update-browserslist-db@1.2.3: + resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' @@ -9034,8 +9030,8 @@ packages: resolution: {integrity: sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - vant@4.9.21: - resolution: {integrity: sha512-hXUoZMrLLjykimFRLDlGNd+K2iYSRh9YwLMKnsVdVZ+9inUKxpqnjhOqlZwocbnYkvJlS+febf9u9aJpDol4Pw==} + vant@4.9.22: + resolution: {integrity: sha512-P2PDSj3oB6l3W1OpVlQpapeLmI6bXMSvPqPdrw5rutslC0Y6tSkrVB/iSD57weD7K92GsjGkvgDK0eZlOsXGqw==} peerDependencies: vue: ^3.0.0 @@ -9245,8 +9241,8 @@ packages: peerDependencies: vue: ^3.0.0 - vue-router@4.6.3: - resolution: {integrity: sha512-ARBedLm9YlbvQomnmq91Os7ck6efydTSpRP3nuOKCvgJOHNrhRoJDSKtee8kcL1Vf7nz6U+PMBL+hTvR3bTVQg==} + vue-router@4.6.4: + resolution: {integrity: sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==} peerDependencies: vue: ^3.5.0 @@ -9262,8 +9258,8 @@ packages: peerDependencies: vue: ^3.0.0 - vue@3.5.25: - resolution: {integrity: sha512-YLVdgv2K13WJ6n+kD5owehKtEXwdwXuj2TTyJMsO7pSeKw2bfRNZGjhB7YzrpbMYj5b5QsUebHpOqR3R3ziy/g==} + vue@3.5.26: + resolution: {integrity: sha512-SJ/NTccVyAoNUJmkM9KUqPcYlY+u8OVL1X5EW9RIs3ch5H2uERxyyIUI4MRxVCSOiEcupX9xNGde1tL9ZKpimA==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -9544,117 +9540,117 @@ packages: snapshots: - '@algolia/abtesting@1.12.0': + '@algolia/abtesting@1.12.1': dependencies: - '@algolia/client-common': 5.46.0 - '@algolia/requester-browser-xhr': 5.46.0 - '@algolia/requester-fetch': 5.46.0 - '@algolia/requester-node-http': 5.46.0 + '@algolia/client-common': 5.46.1 + '@algolia/requester-browser-xhr': 5.46.1 + '@algolia/requester-fetch': 5.46.1 + '@algolia/requester-node-http': 5.46.1 - '@algolia/autocomplete-core@1.17.7(@algolia/client-search@5.46.0)(algoliasearch@5.46.0)(search-insights@2.17.3)': + '@algolia/autocomplete-core@1.17.7(@algolia/client-search@5.46.1)(algoliasearch@5.46.1)(search-insights@2.17.3)': dependencies: - '@algolia/autocomplete-plugin-algolia-insights': 1.17.7(@algolia/client-search@5.46.0)(algoliasearch@5.46.0)(search-insights@2.17.3) - '@algolia/autocomplete-shared': 1.17.7(@algolia/client-search@5.46.0)(algoliasearch@5.46.0) + '@algolia/autocomplete-plugin-algolia-insights': 1.17.7(@algolia/client-search@5.46.1)(algoliasearch@5.46.1)(search-insights@2.17.3) + '@algolia/autocomplete-shared': 1.17.7(@algolia/client-search@5.46.1)(algoliasearch@5.46.1) transitivePeerDependencies: - '@algolia/client-search' - algoliasearch - search-insights - '@algolia/autocomplete-plugin-algolia-insights@1.17.7(@algolia/client-search@5.46.0)(algoliasearch@5.46.0)(search-insights@2.17.3)': + '@algolia/autocomplete-plugin-algolia-insights@1.17.7(@algolia/client-search@5.46.1)(algoliasearch@5.46.1)(search-insights@2.17.3)': dependencies: - '@algolia/autocomplete-shared': 1.17.7(@algolia/client-search@5.46.0)(algoliasearch@5.46.0) + '@algolia/autocomplete-shared': 1.17.7(@algolia/client-search@5.46.1)(algoliasearch@5.46.1) search-insights: 2.17.3 transitivePeerDependencies: - '@algolia/client-search' - algoliasearch - '@algolia/autocomplete-preset-algolia@1.17.7(@algolia/client-search@5.46.0)(algoliasearch@5.46.0)': + '@algolia/autocomplete-preset-algolia@1.17.7(@algolia/client-search@5.46.1)(algoliasearch@5.46.1)': dependencies: - '@algolia/autocomplete-shared': 1.17.7(@algolia/client-search@5.46.0)(algoliasearch@5.46.0) - '@algolia/client-search': 5.46.0 - algoliasearch: 5.46.0 + '@algolia/autocomplete-shared': 1.17.7(@algolia/client-search@5.46.1)(algoliasearch@5.46.1) + '@algolia/client-search': 5.46.1 + algoliasearch: 5.46.1 - '@algolia/autocomplete-shared@1.17.7(@algolia/client-search@5.46.0)(algoliasearch@5.46.0)': + '@algolia/autocomplete-shared@1.17.7(@algolia/client-search@5.46.1)(algoliasearch@5.46.1)': dependencies: - '@algolia/client-search': 5.46.0 - algoliasearch: 5.46.0 + '@algolia/client-search': 5.46.1 + algoliasearch: 5.46.1 - '@algolia/client-abtesting@5.46.0': + '@algolia/client-abtesting@5.46.1': dependencies: - '@algolia/client-common': 5.46.0 - '@algolia/requester-browser-xhr': 5.46.0 - '@algolia/requester-fetch': 5.46.0 - '@algolia/requester-node-http': 5.46.0 + '@algolia/client-common': 5.46.1 + '@algolia/requester-browser-xhr': 5.46.1 + '@algolia/requester-fetch': 5.46.1 + '@algolia/requester-node-http': 5.46.1 - '@algolia/client-analytics@5.46.0': + '@algolia/client-analytics@5.46.1': dependencies: - '@algolia/client-common': 5.46.0 - '@algolia/requester-browser-xhr': 5.46.0 - '@algolia/requester-fetch': 5.46.0 - '@algolia/requester-node-http': 5.46.0 + '@algolia/client-common': 5.46.1 + '@algolia/requester-browser-xhr': 5.46.1 + '@algolia/requester-fetch': 5.46.1 + '@algolia/requester-node-http': 5.46.1 - '@algolia/client-common@5.46.0': {} + '@algolia/client-common@5.46.1': {} - '@algolia/client-insights@5.46.0': + '@algolia/client-insights@5.46.1': dependencies: - '@algolia/client-common': 5.46.0 - '@algolia/requester-browser-xhr': 5.46.0 - '@algolia/requester-fetch': 5.46.0 - '@algolia/requester-node-http': 5.46.0 + '@algolia/client-common': 5.46.1 + '@algolia/requester-browser-xhr': 5.46.1 + '@algolia/requester-fetch': 5.46.1 + '@algolia/requester-node-http': 5.46.1 - '@algolia/client-personalization@5.46.0': + '@algolia/client-personalization@5.46.1': dependencies: - '@algolia/client-common': 5.46.0 - '@algolia/requester-browser-xhr': 5.46.0 - '@algolia/requester-fetch': 5.46.0 - '@algolia/requester-node-http': 5.46.0 + '@algolia/client-common': 5.46.1 + '@algolia/requester-browser-xhr': 5.46.1 + '@algolia/requester-fetch': 5.46.1 + '@algolia/requester-node-http': 5.46.1 - '@algolia/client-query-suggestions@5.46.0': + '@algolia/client-query-suggestions@5.46.1': dependencies: - '@algolia/client-common': 5.46.0 - '@algolia/requester-browser-xhr': 5.46.0 - '@algolia/requester-fetch': 5.46.0 - '@algolia/requester-node-http': 5.46.0 + '@algolia/client-common': 5.46.1 + '@algolia/requester-browser-xhr': 5.46.1 + '@algolia/requester-fetch': 5.46.1 + '@algolia/requester-node-http': 5.46.1 - '@algolia/client-search@5.46.0': + '@algolia/client-search@5.46.1': dependencies: - '@algolia/client-common': 5.46.0 - '@algolia/requester-browser-xhr': 5.46.0 - '@algolia/requester-fetch': 5.46.0 - '@algolia/requester-node-http': 5.46.0 + '@algolia/client-common': 5.46.1 + '@algolia/requester-browser-xhr': 5.46.1 + '@algolia/requester-fetch': 5.46.1 + '@algolia/requester-node-http': 5.46.1 - '@algolia/ingestion@1.46.0': + '@algolia/ingestion@1.46.1': dependencies: - '@algolia/client-common': 5.46.0 - '@algolia/requester-browser-xhr': 5.46.0 - '@algolia/requester-fetch': 5.46.0 - '@algolia/requester-node-http': 5.46.0 + '@algolia/client-common': 5.46.1 + '@algolia/requester-browser-xhr': 5.46.1 + '@algolia/requester-fetch': 5.46.1 + '@algolia/requester-node-http': 5.46.1 - '@algolia/monitoring@1.46.0': + '@algolia/monitoring@1.46.1': dependencies: - '@algolia/client-common': 5.46.0 - '@algolia/requester-browser-xhr': 5.46.0 - '@algolia/requester-fetch': 5.46.0 - '@algolia/requester-node-http': 5.46.0 + '@algolia/client-common': 5.46.1 + '@algolia/requester-browser-xhr': 5.46.1 + '@algolia/requester-fetch': 5.46.1 + '@algolia/requester-node-http': 5.46.1 - '@algolia/recommend@5.46.0': + '@algolia/recommend@5.46.1': dependencies: - '@algolia/client-common': 5.46.0 - '@algolia/requester-browser-xhr': 5.46.0 - '@algolia/requester-fetch': 5.46.0 - '@algolia/requester-node-http': 5.46.0 + '@algolia/client-common': 5.46.1 + '@algolia/requester-browser-xhr': 5.46.1 + '@algolia/requester-fetch': 5.46.1 + '@algolia/requester-node-http': 5.46.1 - '@algolia/requester-browser-xhr@5.46.0': + '@algolia/requester-browser-xhr@5.46.1': dependencies: - '@algolia/client-common': 5.46.0 + '@algolia/client-common': 5.46.1 - '@algolia/requester-fetch@5.46.0': + '@algolia/requester-fetch@5.46.1': dependencies: - '@algolia/client-common': 5.46.0 + '@algolia/client-common': 5.46.1 - '@algolia/requester-node-http@5.46.0': + '@algolia/requester-node-http@5.46.1': dependencies: - '@algolia/client-common': 5.46.0 + '@algolia/client-common': 5.46.1 '@ampproject/remapping@2.3.0': dependencies: @@ -9667,11 +9663,11 @@ snapshots: '@ant-design/icons-svg@4.4.2': {} - '@ant-design/icons-vue@7.0.1(vue@3.5.25(typescript@5.9.3))': + '@ant-design/icons-vue@7.0.1(vue@3.5.26(typescript@5.9.3))': dependencies: '@ant-design/colors': 6.0.0 '@ant-design/icons-svg': 4.4.2 - vue: 3.5.25(typescript@5.9.3) + vue: 3.5.26(typescript@5.9.3) '@asamuzakjp/css-color@3.2.0': dependencies: @@ -10446,11 +10442,11 @@ snapshots: '@bcoe/v8-coverage@1.0.2': {} - '@commitlint/cli@19.8.1(@types/node@24.10.3)(typescript@5.9.3)': + '@commitlint/cli@19.8.1(@types/node@25.0.3)(typescript@5.9.3)': dependencies: '@commitlint/format': 19.8.1 '@commitlint/lint': 19.8.1 - '@commitlint/load': 19.8.1(@types/node@24.10.3)(typescript@5.9.3) + '@commitlint/load': 19.8.1(@types/node@25.0.3)(typescript@5.9.3) '@commitlint/read': 19.8.1 '@commitlint/types': 19.8.1 tinyexec: 1.0.2 @@ -10497,7 +10493,7 @@ snapshots: '@commitlint/rules': 19.8.1 '@commitlint/types': 19.8.1 - '@commitlint/load@19.8.1(@types/node@24.10.3)(typescript@5.9.3)': + '@commitlint/load@19.8.1(@types/node@25.0.3)(typescript@5.9.3)': dependencies: '@commitlint/config-validator': 19.8.1 '@commitlint/execute-rule': 19.8.1 @@ -10505,7 +10501,7 @@ snapshots: '@commitlint/types': 19.8.1 chalk: 5.6.2 cosmiconfig: 9.0.0(typescript@5.9.3) - cosmiconfig-typescript-loader: 6.2.0(@types/node@24.10.3)(cosmiconfig@9.0.0(typescript@5.9.3))(typescript@5.9.3) + cosmiconfig-typescript-loader: 6.2.0(@types/node@25.0.3)(cosmiconfig@9.0.0(typescript@5.9.3))(typescript@5.9.3) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -10584,10 +10580,10 @@ snapshots: '@dcloudio/types@3.4.28': {} - '@dcloudio/uni-app-plus@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3))': + '@dcloudio/uni-app-plus@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3))': dependencies: - '@dcloudio/uni-app-uts': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) - '@dcloudio/uni-app-vite': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3)) + '@dcloudio/uni-app-uts': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) + '@dcloudio/uni-app-vite': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-app-vue': 3.0.0-4070620250821001 debug: 4.4.3(supports-color@5.5.0) fs-extra: 10.1.0 @@ -10603,18 +10599,18 @@ snapshots: - vite - vue - '@dcloudio/uni-app-uts@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))': + '@dcloudio/uni-app-uts@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3))': dependencies: '@babel/parser': 7.28.5 '@babel/types': 7.28.5 - '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) - '@dcloudio/uni-console': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) + '@dcloudio/uni-console': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-i18n': 3.0.0-4070620250821001 '@dcloudio/uni-nvue-styler': 3.0.0-4070620250821001 '@dcloudio/uni-shared': 3.0.0-4070620250821001 '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 - '@rollup/pluginutils': 5.3.0(rollup@4.53.3) + '@rollup/pluginutils': 5.3.0(rollup@4.53.5) '@vue/compiler-core': 3.4.21 '@vue/compiler-dom': 3.4.21 '@vue/compiler-sfc': 3.4.21 @@ -10638,14 +10634,14 @@ snapshots: - ts-node - vue - '@dcloudio/uni-app-vite@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3))': + '@dcloudio/uni-app-vite@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-i18n': 3.0.0-4070620250821001 '@dcloudio/uni-nvue-styler': 3.0.0-4070620250821001 '@dcloudio/uni-shared': 3.0.0-4070620250821001 - '@rollup/pluginutils': 5.3.0(rollup@4.53.3) - '@vitejs/plugin-vue': 5.1.0(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3)) + '@rollup/pluginutils': 5.3.0(rollup@4.53.5) + '@vitejs/plugin-vue': 5.1.0(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3)) '@vue/compiler-dom': 3.4.21 '@vue/compiler-sfc': 3.4.21 debug: 4.4.3(supports-color@5.5.0) @@ -10663,16 +10659,16 @@ snapshots: '@dcloudio/uni-app-vue@3.0.0-4070620250821001': {} - '@dcloudio/uni-app@3.0.0-4070620250821001(@dcloudio/types@3.4.28)(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))': + '@dcloudio/uni-app@3.0.0-4070620250821001(@dcloudio/types@3.4.28)(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3))': dependencies: '@dcloudio/types': 3.4.28 - '@dcloudio/uni-cloud': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) - '@dcloudio/uni-components': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) - '@dcloudio/uni-console': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + '@dcloudio/uni-cloud': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) + '@dcloudio/uni-components': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) + '@dcloudio/uni-console': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-i18n': 3.0.0-4070620250821001 - '@dcloudio/uni-push': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + '@dcloudio/uni-push': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-shared': 3.0.0-4070620250821001 - '@dcloudio/uni-stat': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + '@dcloudio/uni-stat': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@vue/shared': 3.4.21 transitivePeerDependencies: - '@nuxt/kit' @@ -10683,15 +10679,15 @@ snapshots: - ts-node - vue - '@dcloudio/uni-automator@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(jest-environment-node@27.5.1)(jest@27.0.4(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))': + '@dcloudio/uni-automator@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(jest-environment-node@27.5.1)(jest@27.0.4(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) address: 1.2.2 cross-env: 7.0.3 debug: 4.4.3(supports-color@5.5.0) default-gateway: 6.0.3 fs-extra: 10.1.0 - jest: 27.0.4(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3)) + jest: 27.0.4(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3)) jest-environment-node: 27.5.1 jsonc-parser: 3.3.1 licia: 1.48.0 @@ -10710,7 +10706,7 @@ snapshots: - utf-8-validate - vue - '@dcloudio/uni-cli-shared@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))': + '@dcloudio/uni-cli-shared@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3))': dependencies: '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.27.1 @@ -10722,15 +10718,15 @@ snapshots: '@intlify/core-base': 9.1.9 '@intlify/shared': 9.1.9 '@intlify/vue-devtools': 9.1.9 - '@rollup/pluginutils': 5.3.0(rollup@4.53.3) + '@rollup/pluginutils': 5.3.0(rollup@4.53.5) '@vue/compiler-core': 3.4.21 '@vue/compiler-dom': 3.4.21 '@vue/compiler-sfc': 3.4.21 '@vue/compiler-ssr': 3.4.21 - '@vue/server-renderer': 3.4.21(vue@3.5.25(typescript@5.9.3)) + '@vue/server-renderer': 3.4.21(vue@3.5.26(typescript@5.9.3)) '@vue/shared': 3.4.21 adm-zip: 0.5.16 - autoprefixer: 10.4.22(postcss@8.5.6) + autoprefixer: 10.4.23(postcss@8.5.6) base64url: 3.0.1 chokidar: 3.6.0 compare-versions: 3.6.0 @@ -10752,14 +10748,14 @@ snapshots: os-locale-s-fix: 1.0.8-fix-1 picocolors: 1.1.1 postcss-import: 14.1.0(postcss@8.5.6) - postcss-load-config: 3.1.4(postcss@8.5.6)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3)) + postcss-load-config: 3.1.4(postcss@8.5.6)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3)) postcss-modules: 4.3.1(postcss@8.5.6) postcss-selector-parser: 6.1.2 resolve: 1.22.11 source-map-js: 1.2.1 tapable: 2.3.0 unimport: 4.1.1 - unplugin-auto-import: 19.1.0(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3))) + unplugin-auto-import: 19.1.0(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3))) xregexp: 3.1.0 transitivePeerDependencies: - '@nuxt/kit' @@ -10770,9 +10766,9 @@ snapshots: - ts-node - vue - '@dcloudio/uni-cloud@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))': + '@dcloudio/uni-cloud@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-i18n': 3.0.0-4070620250821001 '@dcloudio/uni-shared': 3.0.0-4070620250821001 '@vue/shared': 3.4.21 @@ -10786,10 +10782,10 @@ snapshots: - ts-node - vue - '@dcloudio/uni-components@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))': + '@dcloudio/uni-components@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3))': dependencies: - '@dcloudio/uni-cloud': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) - '@dcloudio/uni-h5': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + '@dcloudio/uni-cloud': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) + '@dcloudio/uni-h5': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-i18n': 3.0.0-4070620250821001 transitivePeerDependencies: - '@nuxt/kit' @@ -10800,9 +10796,9 @@ snapshots: - ts-node - vue - '@dcloudio/uni-console@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))': + '@dcloudio/uni-console@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) fs-extra: 10.1.0 transitivePeerDependencies: - '@nuxt/kit' @@ -10813,14 +10809,14 @@ snapshots: - ts-node - vue - '@dcloudio/uni-h5-vite@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))': + '@dcloudio/uni-h5-vite@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-shared': 3.0.0-4070620250821001 - '@rollup/pluginutils': 5.3.0(rollup@4.53.3) + '@rollup/pluginutils': 5.3.0(rollup@4.53.5) '@vue/compiler-dom': 3.4.21 '@vue/compiler-sfc': 3.4.21 - '@vue/server-renderer': 3.4.21(vue@3.5.25(typescript@5.9.3)) + '@vue/server-renderer': 3.4.21(vue@3.5.26(typescript@5.9.3)) '@vue/shared': 3.4.21 debug: 4.4.3(supports-color@5.5.0) fs-extra: 10.1.0 @@ -10835,26 +10831,26 @@ snapshots: - ts-node - vue - '@dcloudio/uni-h5-vue@3.0.0-4070620250821001(vue@3.5.25(typescript@5.9.3))': + '@dcloudio/uni-h5-vue@3.0.0-4070620250821001(vue@3.5.26(typescript@5.9.3))': dependencies: '@dcloudio/uni-shared': 3.0.0-4070620250821001 - '@vue/server-renderer': 3.4.21(vue@3.5.25(typescript@5.9.3)) + '@vue/server-renderer': 3.4.21(vue@3.5.26(typescript@5.9.3)) transitivePeerDependencies: - vue - '@dcloudio/uni-h5@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))': + '@dcloudio/uni-h5@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3))': dependencies: - '@dcloudio/uni-h5-vite': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) - '@dcloudio/uni-h5-vue': 3.0.0-4070620250821001(vue@3.5.25(typescript@5.9.3)) + '@dcloudio/uni-h5-vite': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) + '@dcloudio/uni-h5-vue': 3.0.0-4070620250821001(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-i18n': 3.0.0-4070620250821001 '@dcloudio/uni-shared': 3.0.0-4070620250821001 - '@vue/server-renderer': 3.4.21(vue@3.5.25(typescript@5.9.3)) + '@vue/server-renderer': 3.4.21(vue@3.5.26(typescript@5.9.3)) '@vue/shared': 3.4.21 debug: 4.4.3(supports-color@5.5.0) localstorage-polyfill: 1.0.1 postcss-selector-parser: 6.1.2 safe-area-insets: 1.4.1 - vue-router: 4.6.3(vue@3.5.25(typescript@5.9.3)) + vue-router: 4.6.4(vue@3.5.26(typescript@5.9.3)) xmlhttprequest: 1.8.0 transitivePeerDependencies: - '@nuxt/kit' @@ -10867,10 +10863,10 @@ snapshots: '@dcloudio/uni-i18n@3.0.0-4070620250821001': {} - '@dcloudio/uni-mp-alipay@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))': + '@dcloudio/uni-mp-alipay@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) - '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) + '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-mp-vue': 3.0.0-4070620250821001 '@dcloudio/uni-shared': 3.0.0-4070620250821001 '@vue/compiler-core': 3.4.21 @@ -10884,14 +10880,14 @@ snapshots: - ts-node - vue - '@dcloudio/uni-mp-baidu@3.0.0-4070620250821001(@dcloudio/types@3.4.28)(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))': + '@dcloudio/uni-mp-baidu@3.0.0-4070620250821001(@dcloudio/types@3.4.28)(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3))': dependencies: - '@dcloudio/uni-app': 3.0.0-4070620250821001(@dcloudio/types@3.4.28)(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) - '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) - '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) - '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + '@dcloudio/uni-app': 3.0.0-4070620250821001(@dcloudio/types@3.4.28)(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) + '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) + '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) + '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-mp-vue': 3.0.0-4070620250821001 - '@dcloudio/uni-mp-weixin': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + '@dcloudio/uni-mp-weixin': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-shared': 3.0.0-4070620250821001 '@vue/compiler-core': 3.4.21 '@vue/shared': 3.4.21 @@ -10913,12 +10909,12 @@ snapshots: - utf-8-validate - vue - '@dcloudio/uni-mp-compiler@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))': + '@dcloudio/uni-mp-compiler@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3))': dependencies: '@babel/generator': 7.28.5 '@babel/parser': 7.28.5 '@babel/types': 7.28.5 - '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-shared': 3.0.0-4070620250821001 '@vue/compiler-core': 3.4.21 '@vue/compiler-dom': 3.4.21 @@ -10933,11 +10929,11 @@ snapshots: - ts-node - vue - '@dcloudio/uni-mp-jd@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))': + '@dcloudio/uni-mp-jd@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) - '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) - '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) + '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) + '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-mp-vue': 3.0.0-4070620250821001 '@dcloudio/uni-shared': 3.0.0-4070620250821001 '@vue/shared': 3.4.21 @@ -10950,13 +10946,13 @@ snapshots: - ts-node - vue - '@dcloudio/uni-mp-kuaishou@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))': + '@dcloudio/uni-mp-kuaishou@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) - '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) - '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) + '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) + '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-mp-vue': 3.0.0-4070620250821001 - '@dcloudio/uni-mp-weixin': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + '@dcloudio/uni-mp-weixin': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-shared': 3.0.0-4070620250821001 '@vue/compiler-core': 3.4.21 '@vue/shared': 3.4.21 @@ -10972,12 +10968,12 @@ snapshots: - utf-8-validate - vue - '@dcloudio/uni-mp-lark@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))': + '@dcloudio/uni-mp-lark@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) - '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) - '@dcloudio/uni-mp-toutiao': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) - '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) + '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) + '@dcloudio/uni-mp-toutiao': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) + '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-mp-vue': 3.0.0-4070620250821001 '@dcloudio/uni-shared': 3.0.0-4070620250821001 '@vue/compiler-core': 3.4.21 @@ -10991,10 +10987,10 @@ snapshots: - ts-node - vue - '@dcloudio/uni-mp-qq@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))': + '@dcloudio/uni-mp-qq@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) - '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) + '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-mp-vue': 3.0.0-4070620250821001 '@dcloudio/uni-shared': 3.0.0-4070620250821001 '@vue/shared': 3.4.21 @@ -11008,11 +11004,11 @@ snapshots: - ts-node - vue - '@dcloudio/uni-mp-toutiao@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))': + '@dcloudio/uni-mp-toutiao@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) - '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) - '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) + '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) + '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-mp-vue': 3.0.0-4070620250821001 '@dcloudio/uni-shared': 3.0.0-4070620250821001 '@vue/compiler-core': 3.4.21 @@ -11026,11 +11022,11 @@ snapshots: - ts-node - vue - '@dcloudio/uni-mp-vite@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))': + '@dcloudio/uni-mp-vite@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-i18n': 3.0.0-4070620250821001 - '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-mp-vue': 3.0.0-4070620250821001 '@dcloudio/uni-shared': 3.0.0-4070620250821001 '@vue/compiler-dom': 3.4.21 @@ -11051,10 +11047,10 @@ snapshots: '@dcloudio/uni-shared': 3.0.0-4070620250821001 '@vue/shared': 3.4.21 - '@dcloudio/uni-mp-weixin@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))': + '@dcloudio/uni-mp-weixin@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) - '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) + '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-mp-vue': 3.0.0-4070620250821001 '@dcloudio/uni-shared': 3.0.0-4070620250821001 '@vue/shared': 3.4.21 @@ -11080,9 +11076,9 @@ snapshots: parse-css-font: 4.0.0 postcss: 8.5.6 - '@dcloudio/uni-push@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))': + '@dcloudio/uni-push@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) transitivePeerDependencies: - '@nuxt/kit' - '@vueuse/core' @@ -11092,10 +11088,10 @@ snapshots: - ts-node - vue - '@dcloudio/uni-quickapp-webview@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))': + '@dcloudio/uni-quickapp-webview@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) - '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) + '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-mp-vue': 3.0.0-4070620250821001 '@dcloudio/uni-shared': 3.0.0-4070620250821001 '@vue/shared': 3.4.21 @@ -11114,9 +11110,9 @@ snapshots: '@dcloudio/uni-stacktracey@3.0.0-4070620250821001': {} - '@dcloudio/uni-stat@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))': + '@dcloudio/uni-stat@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-shared': 3.0.0-4070620250821001 debug: 4.4.3(supports-color@5.5.0) transitivePeerDependencies: @@ -11130,17 +11126,17 @@ snapshots: '@dcloudio/uni-ui@1.5.11': {} - '@dcloudio/vite-plugin-uni@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3))': + '@dcloudio/vite-plugin-uni@3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3))': dependencies: '@babel/core': 7.28.5 '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.28.5) '@babel/plugin-transform-typescript': 7.28.5(@babel/core@7.28.5) - '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.3)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) + '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3)))(postcss@8.5.6)(rollup@4.53.5)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) '@dcloudio/uni-shared': 3.0.0-4070620250821001 - '@rollup/pluginutils': 5.3.0(rollup@4.53.3) - '@vitejs/plugin-legacy': 5.3.2(terser@5.44.1)(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2)) - '@vitejs/plugin-vue': 5.1.0(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3)) - '@vitejs/plugin-vue-jsx': 3.1.0(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3)) + '@rollup/pluginutils': 5.3.0(rollup@4.53.5) + '@vitejs/plugin-legacy': 5.3.2(terser@5.44.1)(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2)) + '@vitejs/plugin-vue': 5.1.0(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3)) + '@vitejs/plugin-vue-jsx': 3.1.0(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3)) '@vue/compiler-core': 3.4.21 '@vue/compiler-dom': 3.4.21 '@vue/compiler-sfc': 3.4.21 @@ -11156,8 +11152,8 @@ snapshots: magic-string: 0.30.21 picocolors: 1.1.1 terser: 5.44.1 - unplugin-auto-import: 19.1.0(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3))) - vite: 6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2) + unplugin-auto-import: 19.1.0(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3))) + vite: 6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2) transitivePeerDependencies: - '@nuxt/kit' - '@vueuse/core' @@ -11169,9 +11165,9 @@ snapshots: '@docsearch/css@3.8.2': {} - '@docsearch/js@3.8.2(@algolia/client-search@5.46.0)(search-insights@2.17.3)': + '@docsearch/js@3.8.2(@algolia/client-search@5.46.1)(search-insights@2.17.3)': dependencies: - '@docsearch/react': 3.8.2(@algolia/client-search@5.46.0)(search-insights@2.17.3) + '@docsearch/react': 3.8.2(@algolia/client-search@5.46.1)(search-insights@2.17.3) preact: 10.28.0 transitivePeerDependencies: - '@algolia/client-search' @@ -11180,20 +11176,20 @@ snapshots: - react-dom - search-insights - '@docsearch/react@3.8.2(@algolia/client-search@5.46.0)(search-insights@2.17.3)': + '@docsearch/react@3.8.2(@algolia/client-search@5.46.1)(search-insights@2.17.3)': dependencies: - '@algolia/autocomplete-core': 1.17.7(@algolia/client-search@5.46.0)(algoliasearch@5.46.0)(search-insights@2.17.3) - '@algolia/autocomplete-preset-algolia': 1.17.7(@algolia/client-search@5.46.0)(algoliasearch@5.46.0) + '@algolia/autocomplete-core': 1.17.7(@algolia/client-search@5.46.1)(algoliasearch@5.46.1)(search-insights@2.17.3) + '@algolia/autocomplete-preset-algolia': 1.17.7(@algolia/client-search@5.46.1)(algoliasearch@5.46.1) '@docsearch/css': 3.8.2 - algoliasearch: 5.46.0 + algoliasearch: 5.46.1 optionalDependencies: search-insights: 2.17.3 transitivePeerDependencies: - '@algolia/client-search' - '@element-plus/icons-vue@2.3.2(vue@3.5.25(typescript@5.9.3))': + '@element-plus/icons-vue@2.3.2(vue@3.5.26(typescript@5.9.3))': dependencies: - vue: 3.5.25(typescript@5.9.3) + vue: 3.5.26(typescript@5.9.3) '@emnapi/core@1.7.1': dependencies: @@ -11589,28 +11585,28 @@ snapshots: html-to-image: 1.11.13 lodash: 4.17.21 - '@gerrit0/mini-shiki@3.19.0': + '@gerrit0/mini-shiki@3.20.0': dependencies: - '@shikijs/engine-oniguruma': 3.19.0 - '@shikijs/langs': 3.19.0 - '@shikijs/themes': 3.19.0 - '@shikijs/types': 3.19.0 + '@shikijs/engine-oniguruma': 3.20.0 + '@shikijs/langs': 3.20.0 + '@shikijs/themes': 3.20.0 + '@shikijs/types': 3.20.0 '@shikijs/vscode-textmate': 10.0.2 '@hutson/parse-repository-url@3.0.2': {} - '@iconify-json/simple-icons@1.2.62': + '@iconify-json/simple-icons@1.2.63': dependencies: '@iconify/types': 2.0.0 '@iconify/types@2.0.0': {} - '@inquirer/external-editor@1.0.3(@types/node@24.10.3)': + '@inquirer/external-editor@1.0.3(@types/node@25.0.3)': dependencies: chardet: 2.1.1 - iconv-lite: 0.7.0 + iconv-lite: 0.7.1 optionalDependencies: - '@types/node': 24.10.3 + '@types/node': 25.0.3 '@intlify/core-base@11.2.2': dependencies: @@ -11689,27 +11685,27 @@ snapshots: '@jest/console@27.5.1': dependencies: '@jest/types': 27.5.1 - '@types/node': 24.10.3 + '@types/node': 25.0.3 chalk: 4.1.2 jest-message-util: 27.5.1 jest-util: 27.5.1 slash: 3.0.0 - '@jest/core@27.5.1(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3))': + '@jest/core@27.5.1(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3))': dependencies: '@jest/console': 27.5.1 '@jest/reporters': 27.5.1 '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 24.10.3 + '@types/node': 25.0.3 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 27.5.1 - jest-config: 27.5.1(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3)) + jest-config: 27.5.1(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3)) jest-haste-map: 27.5.1 jest-message-util: 27.5.1 jest-regex-util: 27.5.1 @@ -11736,14 +11732,14 @@ snapshots: dependencies: '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 24.10.3 + '@types/node': 25.0.3 jest-mock: 27.5.1 '@jest/fake-timers@27.5.1': dependencies: '@jest/types': 27.5.1 '@sinonjs/fake-timers': 8.1.0 - '@types/node': 24.10.3 + '@types/node': 25.0.3 jest-message-util: 27.5.1 jest-mock: 27.5.1 jest-util: 27.5.1 @@ -11761,7 +11757,7 @@ snapshots: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 24.10.3 + '@types/node': 25.0.3 chalk: 4.1.2 collect-v8-coverage: 1.0.3 exit: 0.1.2 @@ -11834,7 +11830,7 @@ snapshots: dependencies: '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 24.10.3 + '@types/node': 25.0.3 '@types/yargs': 16.0.11 chalk: 4.1.2 @@ -12182,7 +12178,7 @@ snapshots: '@jsonjoy.com/codegen': 1.0.0(tslib@2.8.1) tslib: 2.8.1 - '@lerna/create@8.2.4(@types/node@24.10.3)(encoding@0.1.13)(typescript@5.9.3)': + '@lerna/create@8.2.4(@types/node@25.0.3)(encoding@0.1.13)(typescript@5.9.3)': dependencies: '@npmcli/arborist': 7.5.4 '@npmcli/package-json': 5.2.0 @@ -12203,7 +12199,7 @@ snapshots: cosmiconfig: 9.0.0(typescript@5.9.3) dedent: 1.5.3 execa: 5.0.0 - fs-extra: 11.3.2 + fs-extra: 11.3.3 get-stream: 6.0.0 git-url-parse: 14.0.0 glob-parent: 6.0.2 @@ -12211,7 +12207,7 @@ snapshots: has-unicode: 2.0.1 ini: 1.3.8 init-package-json: 6.0.3 - inquirer: 8.2.7(@types/node@24.10.3) + inquirer: 8.2.7(@types/node@25.0.3) is-ci: 3.0.1 is-stream: 2.0.0 js-yaml: 4.1.0 @@ -12264,23 +12260,23 @@ snapshots: - supports-color - typescript - '@microsoft/api-extractor-model@7.32.2(@types/node@24.10.3)': + '@microsoft/api-extractor-model@7.32.2(@types/node@25.0.3)': dependencies: '@microsoft/tsdoc': 0.16.0 '@microsoft/tsdoc-config': 0.18.0 - '@rushstack/node-core-library': 5.19.1(@types/node@24.10.3) + '@rushstack/node-core-library': 5.19.1(@types/node@25.0.3) transitivePeerDependencies: - '@types/node' - '@microsoft/api-extractor@7.55.2(@types/node@24.10.3)': + '@microsoft/api-extractor@7.55.2(@types/node@25.0.3)': dependencies: - '@microsoft/api-extractor-model': 7.32.2(@types/node@24.10.3) + '@microsoft/api-extractor-model': 7.32.2(@types/node@25.0.3) '@microsoft/tsdoc': 0.16.0 '@microsoft/tsdoc-config': 0.18.0 - '@rushstack/node-core-library': 5.19.1(@types/node@24.10.3) + '@rushstack/node-core-library': 5.19.1(@types/node@25.0.3) '@rushstack/rig-package': 0.6.0 - '@rushstack/terminal': 0.19.5(@types/node@24.10.3) - '@rushstack/ts-command-line': 5.1.5(@types/node@24.10.3) + '@rushstack/terminal': 0.19.5(@types/node@25.0.3) + '@rushstack/ts-command-line': 5.1.5(@types/node@25.0.3) diff: 8.0.2 lodash: 4.17.21 minimatch: 10.0.3 @@ -12635,14 +12631,14 @@ snapshots: optionalDependencies: rollup: 3.29.5 - '@rollup/plugin-babel@6.1.0(@babel/core@7.28.5)(@types/babel__core@7.20.5)(rollup@4.53.3)': + '@rollup/plugin-babel@6.1.0(@babel/core@7.28.5)(@types/babel__core@7.20.5)(rollup@4.53.5)': dependencies: '@babel/core': 7.28.5 '@babel/helper-module-imports': 7.27.1 - '@rollup/pluginutils': 5.3.0(rollup@4.53.3) + '@rollup/pluginutils': 5.3.0(rollup@4.53.5) optionalDependencies: '@types/babel__core': 7.20.5 - rollup: 4.53.3 + rollup: 4.53.5 transitivePeerDependencies: - supports-color @@ -12657,13 +12653,13 @@ snapshots: optionalDependencies: rollup: 3.29.5 - '@rollup/plugin-inject@5.0.5(rollup@4.53.3)': + '@rollup/plugin-inject@5.0.5(rollup@4.53.5)': dependencies: - '@rollup/pluginutils': 5.3.0(rollup@4.53.3) + '@rollup/pluginutils': 5.3.0(rollup@4.53.5) estree-walker: 2.0.2 magic-string: 0.30.21 optionalDependencies: - rollup: 4.53.3 + rollup: 4.53.5 '@rollup/plugin-json@6.1.0(rollup@3.29.5)': dependencies: @@ -12696,113 +12692,113 @@ snapshots: optionalDependencies: rollup: 3.29.5 - '@rollup/pluginutils@5.3.0(rollup@4.53.3)': + '@rollup/pluginutils@5.3.0(rollup@4.53.5)': dependencies: '@types/estree': 1.0.8 estree-walker: 2.0.2 picomatch: 4.0.3 optionalDependencies: - rollup: 4.53.3 + rollup: 4.53.5 - '@rollup/rollup-android-arm-eabi@4.53.3': + '@rollup/rollup-android-arm-eabi@4.53.5': optional: true - '@rollup/rollup-android-arm64@4.53.3': + '@rollup/rollup-android-arm64@4.53.5': optional: true - '@rollup/rollup-darwin-arm64@4.53.3': + '@rollup/rollup-darwin-arm64@4.53.5': optional: true - '@rollup/rollup-darwin-x64@4.53.3': + '@rollup/rollup-darwin-x64@4.53.5': optional: true - '@rollup/rollup-freebsd-arm64@4.53.3': + '@rollup/rollup-freebsd-arm64@4.53.5': optional: true - '@rollup/rollup-freebsd-x64@4.53.3': + '@rollup/rollup-freebsd-x64@4.53.5': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.53.3': + '@rollup/rollup-linux-arm-gnueabihf@4.53.5': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.53.3': + '@rollup/rollup-linux-arm-musleabihf@4.53.5': optional: true - '@rollup/rollup-linux-arm64-gnu@4.53.3': + '@rollup/rollup-linux-arm64-gnu@4.53.5': optional: true - '@rollup/rollup-linux-arm64-musl@4.53.3': + '@rollup/rollup-linux-arm64-musl@4.53.5': optional: true - '@rollup/rollup-linux-loong64-gnu@4.53.3': + '@rollup/rollup-linux-loong64-gnu@4.53.5': optional: true - '@rollup/rollup-linux-ppc64-gnu@4.53.3': + '@rollup/rollup-linux-ppc64-gnu@4.53.5': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.53.3': + '@rollup/rollup-linux-riscv64-gnu@4.53.5': optional: true - '@rollup/rollup-linux-riscv64-musl@4.53.3': + '@rollup/rollup-linux-riscv64-musl@4.53.5': optional: true - '@rollup/rollup-linux-s390x-gnu@4.53.3': + '@rollup/rollup-linux-s390x-gnu@4.53.5': optional: true - '@rollup/rollup-linux-x64-gnu@4.53.3': + '@rollup/rollup-linux-x64-gnu@4.53.5': optional: true - '@rollup/rollup-linux-x64-musl@4.53.3': + '@rollup/rollup-linux-x64-musl@4.53.5': optional: true - '@rollup/rollup-openharmony-arm64@4.53.3': + '@rollup/rollup-openharmony-arm64@4.53.5': optional: true - '@rollup/rollup-win32-arm64-msvc@4.53.3': + '@rollup/rollup-win32-arm64-msvc@4.53.5': optional: true - '@rollup/rollup-win32-ia32-msvc@4.53.3': + '@rollup/rollup-win32-ia32-msvc@4.53.5': optional: true - '@rollup/rollup-win32-x64-gnu@4.53.3': + '@rollup/rollup-win32-x64-gnu@4.53.5': optional: true - '@rollup/rollup-win32-x64-msvc@4.53.3': + '@rollup/rollup-win32-x64-msvc@4.53.5': optional: true - '@rushstack/node-core-library@5.19.1(@types/node@24.10.3)': + '@rushstack/node-core-library@5.19.1(@types/node@25.0.3)': dependencies: ajv: 8.13.0 ajv-draft-04: 1.0.0(ajv@8.13.0) ajv-formats: 3.0.1(ajv@8.13.0) - fs-extra: 11.3.2 + fs-extra: 11.3.3 import-lazy: 4.0.0 jju: 1.4.0 resolve: 1.22.11 semver: 7.5.4 optionalDependencies: - '@types/node': 24.10.3 + '@types/node': 25.0.3 - '@rushstack/problem-matcher@0.1.1(@types/node@24.10.3)': + '@rushstack/problem-matcher@0.1.1(@types/node@25.0.3)': optionalDependencies: - '@types/node': 24.10.3 + '@types/node': 25.0.3 '@rushstack/rig-package@0.6.0': dependencies: resolve: 1.22.11 strip-json-comments: 3.1.1 - '@rushstack/terminal@0.19.5(@types/node@24.10.3)': + '@rushstack/terminal@0.19.5(@types/node@25.0.3)': dependencies: - '@rushstack/node-core-library': 5.19.1(@types/node@24.10.3) - '@rushstack/problem-matcher': 0.1.1(@types/node@24.10.3) + '@rushstack/node-core-library': 5.19.1(@types/node@25.0.3) + '@rushstack/problem-matcher': 0.1.1(@types/node@25.0.3) supports-color: 8.1.1 optionalDependencies: - '@types/node': 24.10.3 + '@types/node': 25.0.3 - '@rushstack/ts-command-line@5.1.5(@types/node@24.10.3)': + '@rushstack/ts-command-line@5.1.5(@types/node@25.0.3)': dependencies: - '@rushstack/terminal': 0.19.5(@types/node@24.10.3) + '@rushstack/terminal': 0.19.5(@types/node@25.0.3) '@types/argparse': 1.0.38 argparse: 1.0.10 string-argv: 0.3.2 @@ -12829,26 +12825,26 @@ snapshots: '@shikijs/types': 2.5.0 '@shikijs/vscode-textmate': 10.0.2 - '@shikijs/engine-oniguruma@3.19.0': + '@shikijs/engine-oniguruma@3.20.0': dependencies: - '@shikijs/types': 3.19.0 + '@shikijs/types': 3.20.0 '@shikijs/vscode-textmate': 10.0.2 '@shikijs/langs@2.5.0': dependencies: '@shikijs/types': 2.5.0 - '@shikijs/langs@3.19.0': + '@shikijs/langs@3.20.0': dependencies: - '@shikijs/types': 3.19.0 + '@shikijs/types': 3.20.0 '@shikijs/themes@2.5.0': dependencies: '@shikijs/types': 2.5.0 - '@shikijs/themes@3.19.0': + '@shikijs/themes@3.20.0': dependencies: - '@shikijs/types': 3.19.0 + '@shikijs/types': 3.20.0 '@shikijs/transformers@2.5.0': dependencies: @@ -12860,7 +12856,7 @@ snapshots: '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 - '@shikijs/types@3.19.0': + '@shikijs/types@3.20.0': dependencies: '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 @@ -12963,7 +12959,7 @@ snapshots: '@types/body-parser@1.19.6': dependencies: '@types/connect': 3.4.38 - '@types/node': 24.10.3 + '@types/node': 25.0.3 '@types/chai@5.2.3': dependencies: @@ -12972,11 +12968,11 @@ snapshots: '@types/connect@3.4.38': dependencies: - '@types/node': 24.10.3 + '@types/node': 25.0.3 '@types/conventional-commits-parser@5.0.2': dependencies: - '@types/node': 24.10.3 + '@types/node': 25.0.3 '@types/crypto-js@4.2.2': {} @@ -12986,16 +12982,16 @@ snapshots: '@types/formidable@3.4.6': dependencies: - '@types/node': 24.10.3 + '@types/node': 25.0.3 '@types/fs-extra@11.0.4': dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 24.10.3 + '@types/node': 25.0.3 '@types/graceful-fs@4.1.9': dependencies: - '@types/node': 24.10.3 + '@types/node': 25.0.3 '@types/hast@3.0.4': dependencies: @@ -13017,7 +13013,7 @@ snapshots: '@types/jsonfile@6.1.4': dependencies: - '@types/node': 24.10.3 + '@types/node': 25.0.3 '@types/linkify-it@5.0.0': {} @@ -13046,7 +13042,7 @@ snapshots: '@types/mockjs@1.0.10': {} - '@types/node@24.10.3': + '@types/node@25.0.3': dependencies: undici-types: 7.16.0 @@ -13058,24 +13054,24 @@ snapshots: '@types/prompts@2.4.9': dependencies: - '@types/node': 24.10.3 + '@types/node': 25.0.3 kleur: 3.0.3 '@types/qrcode@1.5.6': dependencies: - '@types/node': 24.10.3 + '@types/node': 25.0.3 '@types/resolve@1.20.2': {} '@types/send@0.17.6': dependencies: '@types/mime': 1.3.5 - '@types/node': 24.10.3 + '@types/node': 25.0.3 '@types/serve-static@1.15.10': dependencies: '@types/http-errors': 2.0.5 - '@types/node': 24.10.3 + '@types/node': 25.0.3 '@types/send': 0.17.6 '@types/sortablejs@1.15.9': {} @@ -13086,6 +13082,8 @@ snapshots: '@types/web-bluetooth@0.0.16': {} + '@types/web-bluetooth@0.0.20': {} + '@types/web-bluetooth@0.0.21': {} '@types/yargs-parser@21.0.3': {} @@ -13100,27 +13098,27 @@ snapshots: dependencies: '@dcloudio/types': 3.4.28 typescript: 5.9.3 - vue3: vue@3.5.25(typescript@5.9.3) + vue3: vue@3.5.26(typescript@5.9.3) '@uni-helper/uni-ui-types@0.5.15(@uni-helper/uni-app-types@0.5.13(typescript@5.9.3))(typescript@5.9.3)': dependencies: '@dcloudio/types': 3.4.28 typescript: 5.9.3 - vue3: vue@3.5.25(typescript@5.9.3) + vue3: vue@3.5.26(typescript@5.9.3) optionalDependencies: '@uni-helper/uni-app-types': 0.5.13(typescript@5.9.3) '@vant/popperjs@1.3.0': {} - '@vant/use@1.6.0(vue@3.5.25(typescript@5.9.3))': + '@vant/use@1.6.0(vue@3.5.26(typescript@5.9.3))': dependencies: - vue: 3.5.25(typescript@5.9.3) + vue: 3.5.26(typescript@5.9.3) - '@vitejs/plugin-basic-ssl@2.1.0(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2))': dependencies: - vite: 6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2) + vite: 6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2) - '@vitejs/plugin-legacy@5.3.2(terser@5.44.1)(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2))': + '@vitejs/plugin-legacy@5.3.2(terser@5.44.1)(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2))': dependencies: '@babel/core': 7.28.5 '@babel/preset-env': 7.28.5(@babel/core@7.28.5) @@ -13131,11 +13129,11 @@ snapshots: regenerator-runtime: 0.14.1 systemjs: 6.15.1 terser: 5.44.1 - vite: 6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2) + vite: 6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2) transitivePeerDependencies: - supports-color - '@vitejs/plugin-legacy@6.1.1(terser@5.44.1)(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2))': + '@vitejs/plugin-legacy@6.1.1(terser@5.44.1)(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2))': dependencies: '@babel/core': 7.28.5 '@babel/preset-env': 7.28.5(@babel/core@7.28.5) @@ -13146,64 +13144,64 @@ snapshots: regenerator-runtime: 0.14.1 systemjs: 6.15.1 terser: 5.44.1 - vite: 6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2) + vite: 6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue-jsx@3.1.0(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3))': + '@vitejs/plugin-vue-jsx@3.1.0(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3))': dependencies: '@babel/core': 7.28.5 '@babel/plugin-transform-typescript': 7.28.5(@babel/core@7.28.5) '@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.28.5) - vite: 6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2) - vue: 3.5.25(typescript@5.9.3) + vite: 6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2) + vue: 3.5.26(typescript@5.9.3) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue-jsx@4.2.0(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3))': + '@vitejs/plugin-vue-jsx@4.2.0(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3))': dependencies: '@babel/core': 7.28.5 '@babel/plugin-transform-typescript': 7.28.5(@babel/core@7.28.5) '@rolldown/pluginutils': 1.0.0-beta.9 '@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.28.5) - vite: 6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2) - vue: 3.5.25(typescript@5.9.3) + vite: 6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2) + vue: 3.5.26(typescript@5.9.3) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.1.0(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3))': + '@vitejs/plugin-vue@5.1.0(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3))': dependencies: - vite: 6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2) - vue: 3.5.25(typescript@5.9.3) + vite: 6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2) + vue: 3.5.26(typescript@5.9.3) - '@vitejs/plugin-vue@5.2.4(vite@5.4.21(@types/node@24.10.3)(sass@1.95.1)(terser@5.44.1))(vue@3.5.25(typescript@5.9.3))': + '@vitejs/plugin-vue@5.2.4(vite@5.4.21(@types/node@25.0.3)(sass@1.97.1)(terser@5.44.1))(vue@3.5.26(typescript@5.9.3))': dependencies: - vite: 5.4.21(@types/node@24.10.3)(sass@1.95.1)(terser@5.44.1) - vue: 3.5.25(typescript@5.9.3) + vite: 5.4.21(@types/node@25.0.3)(sass@1.97.1)(terser@5.44.1) + vue: 3.5.26(typescript@5.9.3) - '@vitejs/plugin-vue@5.2.4(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3))': + '@vitejs/plugin-vue@5.2.4(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3))': dependencies: - vite: 6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2) - vue: 3.5.25(typescript@5.9.3) + vite: 6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2) + vue: 3.5.26(typescript@5.9.3) - '@vitepress-demo-preview/component@2.3.2(vitepress@1.6.4(@algolia/client-search@5.46.0)(@types/node@24.10.3)(async-validator@4.2.5)(axios@1.13.2)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.95.1)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.44.1)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))': + '@vitepress-demo-preview/component@2.3.2(vitepress@1.6.4(@algolia/client-search@5.46.1)(@types/node@25.0.3)(async-validator@4.2.5)(axios@1.13.2)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.97.1)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.44.1)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3))': dependencies: - vitepress: 1.6.4(@algolia/client-search@5.46.0)(@types/node@24.10.3)(async-validator@4.2.5)(axios@1.13.2)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.95.1)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.44.1)(typescript@5.9.3) - vue: 3.5.25(typescript@5.9.3) + vitepress: 1.6.4(@algolia/client-search@5.46.1)(@types/node@25.0.3)(async-validator@4.2.5)(axios@1.13.2)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.97.1)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.44.1)(typescript@5.9.3) + vue: 3.5.26(typescript@5.9.3) - '@vitepress-demo-preview/plugin@1.4.1(markdown-it-container@3.0.0)(vitepress@1.6.4(@algolia/client-search@5.46.0)(@types/node@24.10.3)(async-validator@4.2.5)(axios@1.13.2)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.95.1)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.44.1)(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))': + '@vitepress-demo-preview/plugin@1.4.1(markdown-it-container@3.0.0)(vitepress@1.6.4(@algolia/client-search@5.46.1)(@types/node@25.0.3)(async-validator@4.2.5)(axios@1.13.2)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.97.1)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.44.1)(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3))': dependencies: '@flypeng/tool': 5.7.5 markdown-it: 14.1.0 markdown-it-container: 3.0.0 - vitepress: 1.6.4(@algolia/client-search@5.46.0)(@types/node@24.10.3)(async-validator@4.2.5)(axios@1.13.2)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.95.1)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.44.1)(typescript@5.9.3) - vue: 3.5.25(typescript@5.9.3) + vitepress: 1.6.4(@algolia/client-search@5.46.1)(@types/node@25.0.3)(async-validator@4.2.5)(axios@1.13.2)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.97.1)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.44.1)(typescript@5.9.3) + vue: 3.5.26(typescript@5.9.3) - '@vitest/coverage-v8@3.2.4(vitest@3.2.4(@types/node@24.10.3)(jiti@2.6.1)(jsdom@26.1.0)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2))': + '@vitest/coverage-v8@3.2.4(vitest@3.2.4(@types/node@25.0.3)(jiti@2.6.1)(jsdom@26.1.0)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2))': dependencies: '@ampproject/remapping': 2.3.0 '@bcoe/v8-coverage': 1.0.2 - ast-v8-to-istanbul: 0.3.8 + ast-v8-to-istanbul: 0.3.9 debug: 4.4.3(supports-color@5.5.0) istanbul-lib-coverage: 3.2.2 istanbul-lib-report: 3.0.1 @@ -13214,7 +13212,7 @@ snapshots: std-env: 3.10.0 test-exclude: 7.0.1 tinyrainbow: 2.0.0 - vitest: 3.2.4(@types/node@24.10.3)(jiti@2.6.1)(jsdom@26.1.0)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2) + vitest: 3.2.4(@types/node@25.0.3)(jiti@2.6.1)(jsdom@26.1.0)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2) transitivePeerDependencies: - supports-color @@ -13226,13 +13224,13 @@ snapshots: chai: 5.3.3 tinyrainbow: 2.0.0 - '@vitest/mocker@3.2.4(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2))': + '@vitest/mocker@3.2.4(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2))': dependencies: '@vitest/spy': 3.2.4 estree-walker: 3.0.3 magic-string: 0.30.21 optionalDependencies: - vite: 6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2) + vite: 6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2) '@vitest/pretty-format@3.2.4': dependencies: @@ -13288,35 +13286,35 @@ snapshots: '@vtj/example-ui@0.2.0': {} - '@vtj/icons@0.13.35(vue@3.5.25(typescript@5.9.3))': + '@vtj/icons@0.13.38(vue@3.5.26(typescript@5.9.3))': dependencies: - '@element-plus/icons-vue': 2.3.2(vue@3.5.25(typescript@5.9.3)) + '@element-plus/icons-vue': 2.3.2(vue@3.5.26(typescript@5.9.3)) transitivePeerDependencies: - vue - '@vtj/plugin-ckeditor@0.2.5(vue@3.5.25(typescript@5.9.3))': + '@vtj/plugin-ckeditor@0.2.5(vue@3.5.26(typescript@5.9.3))': dependencies: - '@vtj/icons': 0.13.35(vue@3.5.25(typescript@5.9.3)) - '@vtj/ui': 0.13.35(vue@3.5.25(typescript@5.9.3)) - '@vtj/utils': 0.13.35 + '@vtj/icons': 0.13.38(vue@3.5.26(typescript@5.9.3)) + '@vtj/ui': 0.13.38(vue@3.5.26(typescript@5.9.3)) + '@vtj/utils': 0.13.38 transitivePeerDependencies: - '@vue/composition-api' - vue - '@vtj/ui@0.13.35(vue@3.5.25(typescript@5.9.3))': + '@vtj/ui@0.13.38(vue@3.5.26(typescript@5.9.3))': dependencies: - '@vtj/icons': 0.13.35(vue@3.5.25(typescript@5.9.3)) - '@vtj/utils': 0.13.35 - '@vueuse/core': 14.1.0(vue@3.5.25(typescript@5.9.3)) - element-plus: 2.11.9(vue@3.5.25(typescript@5.9.3)) + '@vtj/icons': 0.13.38(vue@3.5.26(typescript@5.9.3)) + '@vtj/utils': 0.13.38 + '@vueuse/core': 14.1.0(vue@3.5.26(typescript@5.9.3)) + element-plus: 2.12.0(vue@3.5.26(typescript@5.9.3)) sortablejs: 1.15.6 - vxe-table: 4.6.25(vue@3.5.25(typescript@5.9.3)) - vxe-table-plugin-menus: 4.0.6(vxe-table@4.6.25(vue@3.5.25(typescript@5.9.3))) + vxe-table: 4.6.25(vue@3.5.26(typescript@5.9.3)) + vxe-table-plugin-menus: 4.0.6(vxe-table@4.6.25(vue@3.5.26(typescript@5.9.3))) transitivePeerDependencies: - '@vue/composition-api' - vue - '@vtj/utils@0.13.35': + '@vtj/utils@0.13.38': dependencies: '@vtj/base': 0.12.4 @@ -13332,7 +13330,7 @@ snapshots: '@babel/types': 7.28.5 '@vue/babel-helper-vue-transform-on': 1.5.0 '@vue/babel-plugin-resolve-type': 1.5.0(@babel/core@7.28.5) - '@vue/shared': 3.5.25 + '@vue/shared': 3.5.26 optionalDependencies: '@babel/core': 7.28.5 transitivePeerDependencies: @@ -13345,7 +13343,7 @@ snapshots: '@babel/helper-module-imports': 7.27.1 '@babel/helper-plugin-utils': 7.27.1 '@babel/parser': 7.28.5 - '@vue/compiler-sfc': 3.5.25 + '@vue/compiler-sfc': 3.5.26 transitivePeerDependencies: - supports-color @@ -13357,11 +13355,11 @@ snapshots: estree-walker: 2.0.2 source-map-js: 1.2.1 - '@vue/compiler-core@3.5.25': + '@vue/compiler-core@3.5.26': dependencies: '@babel/parser': 7.28.5 - '@vue/shared': 3.5.25 - entities: 4.5.0 + '@vue/shared': 3.5.26 + entities: 7.0.0 estree-walker: 2.0.2 source-map-js: 1.2.1 @@ -13370,10 +13368,10 @@ snapshots: '@vue/compiler-core': 3.4.21 '@vue/shared': 3.4.21 - '@vue/compiler-dom@3.5.25': + '@vue/compiler-dom@3.5.26': dependencies: - '@vue/compiler-core': 3.5.25 - '@vue/shared': 3.5.25 + '@vue/compiler-core': 3.5.26 + '@vue/shared': 3.5.26 '@vue/compiler-sfc@3.4.21': dependencies: @@ -13387,13 +13385,13 @@ snapshots: postcss: 8.5.6 source-map-js: 1.2.1 - '@vue/compiler-sfc@3.5.25': + '@vue/compiler-sfc@3.5.26': dependencies: '@babel/parser': 7.28.5 - '@vue/compiler-core': 3.5.25 - '@vue/compiler-dom': 3.5.25 - '@vue/compiler-ssr': 3.5.25 - '@vue/shared': 3.5.25 + '@vue/compiler-core': 3.5.26 + '@vue/compiler-dom': 3.5.26 + '@vue/compiler-ssr': 3.5.26 + '@vue/shared': 3.5.26 estree-walker: 2.0.2 magic-string: 0.30.21 postcss: 8.5.6 @@ -13404,10 +13402,10 @@ snapshots: '@vue/compiler-dom': 3.4.21 '@vue/shared': 3.4.21 - '@vue/compiler-ssr@3.5.25': + '@vue/compiler-ssr@3.5.26': dependencies: - '@vue/compiler-dom': 3.5.25 - '@vue/shared': 3.5.25 + '@vue/compiler-dom': 3.5.26 + '@vue/shared': 3.5.26 '@vue/compiler-vue2@2.7.16': dependencies: @@ -13422,15 +13420,15 @@ snapshots: dependencies: '@vue/devtools-kit': 7.7.9 - '@vue/devtools-core@8.0.5(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3))': + '@vue/devtools-core@8.0.5(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3))': dependencies: '@vue/devtools-kit': 8.0.5 '@vue/devtools-shared': 8.0.5 mitt: 3.0.1 nanoid: 5.1.6 pathe: 2.0.3 - vite-hot-client: 2.1.0(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2)) - vue: 3.5.25(typescript@5.9.3) + vite-hot-client: 2.1.0(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2)) + vue: 3.5.26(typescript@5.9.3) transitivePeerDependencies: - vite @@ -13465,9 +13463,9 @@ snapshots: '@vue/language-core@2.2.0(typescript@5.9.3)': dependencies: '@volar/language-core': 2.4.27 - '@vue/compiler-dom': 3.5.25 + '@vue/compiler-dom': 3.5.26 '@vue/compiler-vue2': 2.7.16 - '@vue/shared': 3.5.25 + '@vue/shared': 3.5.26 alien-signals: 0.4.14 minimatch: 9.0.5 muggle-string: 0.4.1 @@ -13478,9 +13476,9 @@ snapshots: '@vue/language-core@2.2.12(typescript@5.9.3)': dependencies: '@volar/language-core': 2.4.15 - '@vue/compiler-dom': 3.5.25 + '@vue/compiler-dom': 3.5.26 '@vue/compiler-vue2': 2.7.16 - '@vue/shared': 3.5.25 + '@vue/shared': 3.5.26 alien-signals: 1.0.13 minimatch: 9.0.5 muggle-string: 0.4.1 @@ -13488,65 +13486,75 @@ snapshots: optionalDependencies: typescript: 5.9.3 - '@vue/reactivity@3.5.25': + '@vue/reactivity@3.5.26': dependencies: - '@vue/shared': 3.5.25 + '@vue/shared': 3.5.26 - '@vue/runtime-core@3.5.25': + '@vue/runtime-core@3.5.26': dependencies: - '@vue/reactivity': 3.5.25 - '@vue/shared': 3.5.25 + '@vue/reactivity': 3.5.26 + '@vue/shared': 3.5.26 - '@vue/runtime-dom@3.5.25': + '@vue/runtime-dom@3.5.26': dependencies: - '@vue/reactivity': 3.5.25 - '@vue/runtime-core': 3.5.25 - '@vue/shared': 3.5.25 + '@vue/reactivity': 3.5.26 + '@vue/runtime-core': 3.5.26 + '@vue/shared': 3.5.26 csstype: 3.2.3 - '@vue/server-renderer@3.4.21(vue@3.5.25(typescript@5.9.3))': + '@vue/server-renderer@3.4.21(vue@3.5.26(typescript@5.9.3))': dependencies: '@vue/compiler-ssr': 3.4.21 '@vue/shared': 3.4.21 - vue: 3.5.25(typescript@5.9.3) + vue: 3.5.26(typescript@5.9.3) - '@vue/server-renderer@3.5.25(vue@3.5.25(typescript@5.9.3))': + '@vue/server-renderer@3.5.26(vue@3.5.26(typescript@5.9.3))': dependencies: - '@vue/compiler-ssr': 3.5.25 - '@vue/shared': 3.5.25 - vue: 3.5.25(typescript@5.9.3) + '@vue/compiler-ssr': 3.5.26 + '@vue/shared': 3.5.26 + vue: 3.5.26(typescript@5.9.3) '@vue/shared@3.4.21': {} - '@vue/shared@3.5.25': {} + '@vue/shared@3.5.26': {} '@vue/test-utils@2.4.6': dependencies: js-beautify: 1.15.4 vue-component-type-helpers: 2.2.12 + '@vueuse/core@10.11.1(vue@3.5.26(typescript@5.9.3))': + dependencies: + '@types/web-bluetooth': 0.0.20 + '@vueuse/metadata': 10.11.1 + '@vueuse/shared': 10.11.1(vue@3.5.26(typescript@5.9.3)) + vue-demi: 0.14.10(vue@3.5.26(typescript@5.9.3)) + transitivePeerDependencies: + - '@vue/composition-api' + - vue + '@vueuse/core@12.8.2(typescript@5.9.3)': dependencies: '@types/web-bluetooth': 0.0.21 '@vueuse/metadata': 12.8.2 '@vueuse/shared': 12.8.2(typescript@5.9.3) - vue: 3.5.25(typescript@5.9.3) + vue: 3.5.26(typescript@5.9.3) transitivePeerDependencies: - typescript - '@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3))': + '@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3))': dependencies: '@types/web-bluetooth': 0.0.21 '@vueuse/metadata': 14.1.0 - '@vueuse/shared': 14.1.0(vue@3.5.25(typescript@5.9.3)) - vue: 3.5.25(typescript@5.9.3) + '@vueuse/shared': 14.1.0(vue@3.5.26(typescript@5.9.3)) + vue: 3.5.26(typescript@5.9.3) - '@vueuse/core@9.13.0(vue@3.5.25(typescript@5.9.3))': + '@vueuse/core@9.13.0(vue@3.5.26(typescript@5.9.3))': dependencies: '@types/web-bluetooth': 0.0.16 '@vueuse/metadata': 9.13.0 - '@vueuse/shared': 9.13.0(vue@3.5.25(typescript@5.9.3)) - vue-demi: 0.14.10(vue@3.5.25(typescript@5.9.3)) + '@vueuse/shared': 9.13.0(vue@3.5.26(typescript@5.9.3)) + vue-demi: 0.14.10(vue@3.5.26(typescript@5.9.3)) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -13555,7 +13563,7 @@ snapshots: dependencies: '@vueuse/core': 12.8.2(typescript@5.9.3) '@vueuse/shared': 12.8.2(typescript@5.9.3) - vue: 3.5.25(typescript@5.9.3) + vue: 3.5.26(typescript@5.9.3) optionalDependencies: async-validator: 4.2.5 axios: 1.13.2 @@ -13565,25 +13573,34 @@ snapshots: transitivePeerDependencies: - typescript + '@vueuse/metadata@10.11.1': {} + '@vueuse/metadata@12.8.2': {} '@vueuse/metadata@14.1.0': {} '@vueuse/metadata@9.13.0': {} + '@vueuse/shared@10.11.1(vue@3.5.26(typescript@5.9.3))': + dependencies: + vue-demi: 0.14.10(vue@3.5.26(typescript@5.9.3)) + transitivePeerDependencies: + - '@vue/composition-api' + - vue + '@vueuse/shared@12.8.2(typescript@5.9.3)': dependencies: - vue: 3.5.25(typescript@5.9.3) + vue: 3.5.26(typescript@5.9.3) transitivePeerDependencies: - typescript - '@vueuse/shared@14.1.0(vue@3.5.25(typescript@5.9.3))': + '@vueuse/shared@14.1.0(vue@3.5.26(typescript@5.9.3))': dependencies: - vue: 3.5.25(typescript@5.9.3) + vue: 3.5.26(typescript@5.9.3) - '@vueuse/shared@9.13.0(vue@3.5.25(typescript@5.9.3))': + '@vueuse/shared@9.13.0(vue@3.5.26(typescript@5.9.3))': dependencies: - vue-demi: 0.14.10(vue@3.5.25(typescript@5.9.3)) + vue-demi: 0.14.10(vue@3.5.26(typescript@5.9.3)) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -13676,22 +13693,22 @@ snapshots: json-schema-traverse: 1.0.0 require-from-string: 2.0.2 - algoliasearch@5.46.0: - dependencies: - '@algolia/abtesting': 1.12.0 - '@algolia/client-abtesting': 5.46.0 - '@algolia/client-analytics': 5.46.0 - '@algolia/client-common': 5.46.0 - '@algolia/client-insights': 5.46.0 - '@algolia/client-personalization': 5.46.0 - '@algolia/client-query-suggestions': 5.46.0 - '@algolia/client-search': 5.46.0 - '@algolia/ingestion': 1.46.0 - '@algolia/monitoring': 1.46.0 - '@algolia/recommend': 5.46.0 - '@algolia/requester-browser-xhr': 5.46.0 - '@algolia/requester-fetch': 5.46.0 - '@algolia/requester-node-http': 5.46.0 + algoliasearch@5.46.1: + dependencies: + '@algolia/abtesting': 1.12.1 + '@algolia/client-abtesting': 5.46.1 + '@algolia/client-analytics': 5.46.1 + '@algolia/client-common': 5.46.1 + '@algolia/client-insights': 5.46.1 + '@algolia/client-personalization': 5.46.1 + '@algolia/client-query-suggestions': 5.46.1 + '@algolia/client-search': 5.46.1 + '@algolia/ingestion': 1.46.1 + '@algolia/monitoring': 1.46.1 + '@algolia/recommend': 5.46.1 + '@algolia/requester-browser-xhr': 5.46.1 + '@algolia/requester-fetch': 5.46.1 + '@algolia/requester-node-http': 5.46.1 alien-signals@0.4.14: {} @@ -13717,10 +13734,10 @@ snapshots: ansis@4.2.0: {} - ant-design-vue@4.2.6(vue@3.5.25(typescript@5.9.3)): + ant-design-vue@4.2.6(vue@3.5.26(typescript@5.9.3)): dependencies: '@ant-design/colors': 6.0.0 - '@ant-design/icons-vue': 7.0.1(vue@3.5.25(typescript@5.9.3)) + '@ant-design/icons-vue': 7.0.1(vue@3.5.26(typescript@5.9.3)) '@babel/runtime': 7.28.4 '@ctrl/tinycolor': 3.6.1 '@emotion/hash': 0.9.2 @@ -13733,14 +13750,14 @@ snapshots: dom-align: 1.12.4 dom-scroll-into-view: 2.0.1 lodash: 4.17.21 - lodash-es: 4.17.21 + lodash-es: 4.17.22 resize-observer-polyfill: 1.5.1 scroll-into-view-if-needed: 2.2.31 shallow-equal: 1.2.1 stylis: 4.3.6 throttle-debounce: 5.0.2 - vue: 3.5.25(typescript@5.9.3) - vue-types: 3.0.2(vue@3.5.25(typescript@5.9.3)) + vue: 3.5.26(typescript@5.9.3) + vue-types: 3.0.2(vue@3.5.26(typescript@5.9.3)) warning: 4.0.3 any-base@1.1.0: {} @@ -13796,7 +13813,7 @@ snapshots: assertion-error@2.0.1: {} - ast-v8-to-istanbul@0.3.8: + ast-v8-to-istanbul@0.3.9: dependencies: '@jridgewell/trace-mapping': 0.3.31 estree-walker: 3.0.3 @@ -13808,12 +13825,11 @@ snapshots: asynckit@0.4.0: {} - autoprefixer@10.4.22(postcss@8.5.6): + autoprefixer@10.4.23(postcss@8.5.6): dependencies: browserslist: 4.28.1 - caniuse-lite: 1.0.30001760 + caniuse-lite: 1.0.30001761 fraction.js: 5.3.4 - normalize-range: 0.1.2 picocolors: 1.1.1 postcss: 8.5.6 postcss-value-parser: 4.2.0 @@ -13918,7 +13934,7 @@ snapshots: base64url@3.0.1: {} - baseline-browser-mapping@2.9.6: {} + baseline-browser-mapping@2.9.11: {} bcrypt-pbkdf@1.0.2: dependencies: @@ -14040,11 +14056,11 @@ snapshots: browserslist@4.28.1: dependencies: - baseline-browser-mapping: 2.9.6 - caniuse-lite: 1.0.30001760 + baseline-browser-mapping: 2.9.11 + caniuse-lite: 1.0.30001761 electron-to-chromium: 1.5.267 node-releases: 2.0.27 - update-browserslist-db: 1.2.2(browserslist@4.28.1) + update-browserslist-db: 1.2.3(browserslist@4.28.1) bser@2.1.1: dependencies: @@ -14125,11 +14141,11 @@ snapshots: caniuse-api@3.0.0: dependencies: browserslist: 4.28.1 - caniuse-lite: 1.0.30001760 + caniuse-lite: 1.0.30001761 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 - caniuse-lite@1.0.30001760: {} + caniuse-lite@1.0.30001761: {} ccount@2.0.1: {} @@ -14406,9 +14422,9 @@ snapshots: core-util-is@1.0.3: {} - cosmiconfig-typescript-loader@6.2.0(@types/node@24.10.3)(cosmiconfig@9.0.0(typescript@5.9.3))(typescript@5.9.3): + cosmiconfig-typescript-loader@6.2.0(@types/node@25.0.3)(cosmiconfig@9.0.0(typescript@5.9.3))(typescript@5.9.3): dependencies: - '@types/node': 24.10.3 + '@types/node': 25.0.3 cosmiconfig: 9.0.0(typescript@5.9.3) jiti: 2.6.1 typescript: 5.9.3 @@ -14786,43 +14802,43 @@ snapshots: electron-to-chromium@1.5.267: {} - element-plus@2.11.9(vue@3.5.25(typescript@5.9.3)): + element-plus@2.12.0(vue@3.5.26(typescript@5.9.3)): dependencies: '@ctrl/tinycolor': 3.6.1 - '@element-plus/icons-vue': 2.3.2(vue@3.5.25(typescript@5.9.3)) + '@element-plus/icons-vue': 2.3.2(vue@3.5.26(typescript@5.9.3)) '@floating-ui/dom': 1.7.4 '@popperjs/core': '@sxzz/popperjs-es@2.11.7' '@types/lodash': 4.17.21 '@types/lodash-es': 4.17.12 - '@vueuse/core': 9.13.0(vue@3.5.25(typescript@5.9.3)) + '@vueuse/core': 9.13.0(vue@3.5.26(typescript@5.9.3)) async-validator: 4.2.5 dayjs: 1.11.19 lodash: 4.17.21 - lodash-es: 4.17.21 - lodash-unified: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21)(lodash@4.17.21) + lodash-es: 4.17.22 + lodash-unified: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.22)(lodash@4.17.21) memoize-one: 6.0.0 normalize-wheel-es: 1.2.0 - vue: 3.5.25(typescript@5.9.3) + vue: 3.5.26(typescript@5.9.3) transitivePeerDependencies: - '@vue/composition-api' - element-plus@2.12.0(vue@3.5.25(typescript@5.9.3)): + element-plus@2.13.0(vue@3.5.26(typescript@5.9.3)): dependencies: '@ctrl/tinycolor': 3.6.1 - '@element-plus/icons-vue': 2.3.2(vue@3.5.25(typescript@5.9.3)) + '@element-plus/icons-vue': 2.3.2(vue@3.5.26(typescript@5.9.3)) '@floating-ui/dom': 1.7.4 '@popperjs/core': '@sxzz/popperjs-es@2.11.7' '@types/lodash': 4.17.21 '@types/lodash-es': 4.17.12 - '@vueuse/core': 9.13.0(vue@3.5.25(typescript@5.9.3)) + '@vueuse/core': 10.11.1(vue@3.5.26(typescript@5.9.3)) async-validator: 4.2.5 dayjs: 1.11.19 lodash: 4.17.21 - lodash-es: 4.17.21 - lodash-unified: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21)(lodash@4.17.21) + lodash-es: 4.17.22 + lodash-unified: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.22)(lodash@4.17.21) memoize-one: 6.0.0 normalize-wheel-es: 1.2.0 - vue: 3.5.25(typescript@5.9.3) + vue: 3.5.26(typescript@5.9.3) transitivePeerDependencies: - '@vue/composition-api' @@ -14844,8 +14860,6 @@ snapshots: emoji-regex@9.2.2: {} - encodeurl@1.0.2: {} - encodeurl@2.0.0: {} encoding@0.1.13: @@ -14865,6 +14879,8 @@ snapshots: entities@6.0.1: {} + entities@7.0.0: {} + env-paths@2.2.1: {} envinfo@7.13.0: {} @@ -15137,8 +15153,8 @@ snapshots: qs: 6.14.0 range-parser: 1.2.1 safe-buffer: 5.2.1 - send: 0.19.1 - serve-static: 1.16.2 + send: 0.19.2 + serve-static: 1.16.3 setprototypeof: 1.2.0 statuses: 2.0.2 type-is: 1.6.18 @@ -15280,7 +15296,7 @@ snapshots: jsonfile: 6.2.0 universalify: 2.0.1 - fs-extra@11.3.2: + fs-extra@11.3.3: dependencies: graceful-fs: 4.2.11 jsonfile: 6.2.0 @@ -15567,14 +15583,6 @@ snapshots: http-cache-semantics@4.2.0: {} - http-errors@2.0.0: - dependencies: - depd: 2.0.0 - inherits: 2.0.4 - setprototypeof: 1.2.0 - statuses: 2.0.1 - toidentifier: 1.0.1 - http-errors@2.0.1: dependencies: depd: 2.0.0 @@ -15628,7 +15636,7 @@ snapshots: dependencies: safer-buffer: 2.1.2 - iconv-lite@0.7.0: + iconv-lite@0.7.1: dependencies: safer-buffer: 2.1.2 @@ -15698,9 +15706,9 @@ snapshots: transitivePeerDependencies: - bluebird - inquirer@8.2.7(@types/node@24.10.3): + inquirer@8.2.7(@types/node@25.0.3): dependencies: - '@inquirer/external-editor': 1.0.3(@types/node@24.10.3) + '@inquirer/external-editor': 1.0.3(@types/node@25.0.3) ansi-escapes: 4.3.2 chalk: 4.1.2 cli-cursor: 3.1.0 @@ -15923,7 +15931,7 @@ snapshots: '@jest/environment': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 24.10.3 + '@types/node': 25.0.3 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -15942,16 +15950,16 @@ snapshots: transitivePeerDependencies: - supports-color - jest-cli@27.5.1(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3)): + jest-cli@27.5.1(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3)): dependencies: - '@jest/core': 27.5.1(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3)) + '@jest/core': 27.5.1(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3)) '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 import-local: 3.2.0 - jest-config: 27.5.1(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3)) + jest-config: 27.5.1(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3)) jest-util: 27.5.1 jest-validate: 27.5.1 prompts: 2.4.2 @@ -15963,7 +15971,7 @@ snapshots: - ts-node - utf-8-validate - jest-config@27.5.1(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3)): + jest-config@27.5.1(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3)): dependencies: '@babel/core': 7.28.5 '@jest/test-sequencer': 27.5.1 @@ -15990,7 +15998,7 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - ts-node: 10.9.2(@types/node@24.10.3)(typescript@5.9.3) + ts-node: 10.9.2(@types/node@25.0.3)(typescript@5.9.3) transitivePeerDependencies: - bufferutil - canvas @@ -16028,7 +16036,7 @@ snapshots: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 24.10.3 + '@types/node': 25.0.3 jest-mock: 27.5.1 jest-util: 27.5.1 jsdom: 16.7.0 @@ -16043,7 +16051,7 @@ snapshots: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 24.10.3 + '@types/node': 25.0.3 jest-mock: 27.5.1 jest-util: 27.5.1 @@ -16055,7 +16063,7 @@ snapshots: dependencies: '@jest/types': 27.5.1 '@types/graceful-fs': 4.1.9 - '@types/node': 24.10.3 + '@types/node': 25.0.3 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -16074,7 +16082,7 @@ snapshots: '@jest/source-map': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 24.10.3 + '@types/node': 25.0.3 chalk: 4.1.2 co: 4.6.0 expect: 27.5.1 @@ -16117,7 +16125,7 @@ snapshots: jest-mock@27.5.1: dependencies: '@jest/types': 27.5.1 - '@types/node': 24.10.3 + '@types/node': 25.0.3 jest-pnp-resolver@1.2.3(jest-resolve@27.5.1): optionalDependencies: @@ -16153,7 +16161,7 @@ snapshots: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 24.10.3 + '@types/node': 25.0.3 chalk: 4.1.2 emittery: 0.8.1 graceful-fs: 4.2.11 @@ -16204,7 +16212,7 @@ snapshots: jest-serializer@27.5.1: dependencies: - '@types/node': 24.10.3 + '@types/node': 25.0.3 graceful-fs: 4.2.11 jest-snapshot@27.5.1: @@ -16237,7 +16245,7 @@ snapshots: jest-util@27.5.1: dependencies: '@jest/types': 27.5.1 - '@types/node': 24.10.3 + '@types/node': 25.0.3 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -16256,7 +16264,7 @@ snapshots: dependencies: '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 24.10.3 + '@types/node': 25.0.3 ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 27.5.1 @@ -16264,15 +16272,15 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 24.10.3 + '@types/node': 25.0.3 merge-stream: 2.0.0 supports-color: 8.1.1 - jest@27.0.4(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3)): + jest@27.0.4(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3)): dependencies: - '@jest/core': 27.5.1(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3)) + '@jest/core': 27.5.1(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3)) import-local: 3.2.0 - jest-cli: 27.5.1(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3)) + jest-cli: 27.5.1(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3)) transitivePeerDependencies: - bufferutil - canvas @@ -16429,9 +16437,9 @@ snapshots: dependencies: invert-kv: 3.0.1 - lerna@8.2.4(@types/node@24.10.3)(encoding@0.1.13): + lerna@8.2.4(@types/node@25.0.3)(encoding@0.1.13): dependencies: - '@lerna/create': 8.2.4(@types/node@24.10.3)(encoding@0.1.13)(typescript@5.9.3) + '@lerna/create': 8.2.4(@types/node@25.0.3)(encoding@0.1.13)(typescript@5.9.3) '@npmcli/arborist': 7.5.4 '@npmcli/package-json': 5.2.0 '@npmcli/run-script': 8.1.0 @@ -16453,7 +16461,7 @@ snapshots: dedent: 1.5.3 envinfo: 7.13.0 execa: 5.0.0 - fs-extra: 11.3.2 + fs-extra: 11.3.3 get-port: 5.1.1 get-stream: 6.0.0 git-url-parse: 14.0.0 @@ -16463,7 +16471,7 @@ snapshots: import-local: 3.1.0 ini: 1.3.8 init-package-json: 6.0.3 - inquirer: 8.2.7(@types/node@24.10.3) + inquirer: 8.2.7(@types/node@25.0.3) is-ci: 3.0.1 is-stream: 2.0.0 jest-diff: 29.7.0 @@ -16614,13 +16622,13 @@ snapshots: dependencies: p-locate: 6.0.0 - lodash-es@4.17.21: {} + lodash-es@4.17.22: {} - lodash-unified@1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21)(lodash@4.17.21): + lodash-unified@1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.22)(lodash@4.17.21): dependencies: '@types/lodash-es': 4.17.12 lodash: 4.17.21 - lodash-es: 4.17.21 + lodash-es: 4.17.22 lodash.camelcase@4.3.0: {} @@ -16650,7 +16658,7 @@ snapshots: log-symbols@4.1.0: dependencies: - chalk: 4.1.2 + chalk: 4.1.0 is-unicode-supported: 0.1.0 loose-envify@1.4.0: @@ -16740,7 +16748,7 @@ snapshots: punycode.js: 2.3.1 uc.micro: 2.1.0 - marked@15.0.12: {} + marked@17.0.1: {} math-intrinsics@1.1.0: {} @@ -16934,7 +16942,7 @@ snapshots: minipass@7.1.2: {} - miniprogram-api-typings@4.1.1: {} + miniprogram-api-typings@4.1.2: {} minisearch@7.2.0: {} @@ -16951,9 +16959,9 @@ snapshots: mkdirp@1.0.4: {} - mkdist@1.6.0(sass@1.95.1)(typescript@5.9.3)(vue-tsc@2.2.12(typescript@5.9.3)): + mkdist@1.6.0(sass@1.97.1)(typescript@5.9.3)(vue-tsc@2.2.12(typescript@5.9.3)): dependencies: - autoprefixer: 10.4.22(postcss@8.5.6) + autoprefixer: 10.4.23(postcss@8.5.6) citty: 0.1.6 cssnano: 7.1.2(postcss@8.5.6) defu: 6.1.4 @@ -16967,7 +16975,7 @@ snapshots: semver: 7.7.3 tinyglobby: 0.2.15 optionalDependencies: - sass: 1.95.1 + sass: 1.97.1 typescript: 5.9.3 vue-tsc: 2.2.12(typescript@5.9.3) @@ -17133,8 +17141,6 @@ snapshots: normalize-path@3.0.0: {} - normalize-range@0.1.2: {} - normalize-wheel-es@1.2.0: {} npm-bundled@3.0.1: @@ -17547,10 +17553,10 @@ snapshots: pify@5.0.0: {} - pinia@3.0.4(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)): + pinia@3.0.4(typescript@5.9.3)(vue@3.5.26(typescript@5.9.3)): dependencies: '@vue/devtools-api': 7.7.9 - vue: 3.5.25(typescript@5.9.3) + vue: 3.5.26(typescript@5.9.3) optionalDependencies: typescript: 5.9.3 @@ -17632,13 +17638,13 @@ snapshots: read-cache: 1.0.0 resolve: 1.22.11 - postcss-load-config@3.1.4(postcss@8.5.6)(ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3)): + postcss-load-config@3.1.4(postcss@8.5.6)(ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3)): dependencies: lilconfig: 2.1.0 yaml: 1.10.2 optionalDependencies: postcss: 8.5.6 - ts-node: 10.9.2(@types/node@24.10.3)(typescript@5.9.3) + ts-node: 10.9.2(@types/node@25.0.3)(typescript@5.9.3) postcss-merge-longhand@7.0.5(postcss@8.5.6): dependencies: @@ -17810,7 +17816,7 @@ snapshots: preact@10.28.0: {} - prettier@3.6.2: {} + prettier@3.7.4: {} pretty-bytes@6.1.1: {} @@ -18095,61 +18101,61 @@ snapshots: optionalDependencies: '@babel/code-frame': 7.27.1 - rollup-plugin-external-globals@0.10.0(rollup@4.53.3): + rollup-plugin-external-globals@0.10.0(rollup@4.53.5): dependencies: - '@rollup/pluginutils': 5.3.0(rollup@4.53.3) + '@rollup/pluginutils': 5.3.0(rollup@4.53.5) estree-walker: 3.0.3 is-reference: 3.0.3 magic-string: 0.30.21 - rollup: 4.53.3 + rollup: 4.53.5 - rollup-plugin-external-globals@0.13.0(rollup@4.53.3): + rollup-plugin-external-globals@0.13.0(rollup@4.53.5): dependencies: - '@rollup/pluginutils': 5.3.0(rollup@4.53.3) + '@rollup/pluginutils': 5.3.0(rollup@4.53.5) estree-walker: 3.0.3 is-reference: 3.0.3 magic-string: 0.30.21 - rollup: 4.53.3 + rollup: 4.53.5 - rollup-plugin-visualizer@5.14.0(rollup@4.53.3): + rollup-plugin-visualizer@5.14.0(rollup@4.53.5): dependencies: open: 8.4.2 picomatch: 4.0.3 source-map: 0.7.6 yargs: 17.7.2 optionalDependencies: - rollup: 4.53.3 + rollup: 4.53.5 rollup@3.29.5: optionalDependencies: fsevents: 2.3.3 - rollup@4.53.3: + rollup@4.53.5: dependencies: '@types/estree': 1.0.8 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.53.3 - '@rollup/rollup-android-arm64': 4.53.3 - '@rollup/rollup-darwin-arm64': 4.53.3 - '@rollup/rollup-darwin-x64': 4.53.3 - '@rollup/rollup-freebsd-arm64': 4.53.3 - '@rollup/rollup-freebsd-x64': 4.53.3 - '@rollup/rollup-linux-arm-gnueabihf': 4.53.3 - '@rollup/rollup-linux-arm-musleabihf': 4.53.3 - '@rollup/rollup-linux-arm64-gnu': 4.53.3 - '@rollup/rollup-linux-arm64-musl': 4.53.3 - '@rollup/rollup-linux-loong64-gnu': 4.53.3 - '@rollup/rollup-linux-ppc64-gnu': 4.53.3 - '@rollup/rollup-linux-riscv64-gnu': 4.53.3 - '@rollup/rollup-linux-riscv64-musl': 4.53.3 - '@rollup/rollup-linux-s390x-gnu': 4.53.3 - '@rollup/rollup-linux-x64-gnu': 4.53.3 - '@rollup/rollup-linux-x64-musl': 4.53.3 - '@rollup/rollup-openharmony-arm64': 4.53.3 - '@rollup/rollup-win32-arm64-msvc': 4.53.3 - '@rollup/rollup-win32-ia32-msvc': 4.53.3 - '@rollup/rollup-win32-x64-gnu': 4.53.3 - '@rollup/rollup-win32-x64-msvc': 4.53.3 + '@rollup/rollup-android-arm-eabi': 4.53.5 + '@rollup/rollup-android-arm64': 4.53.5 + '@rollup/rollup-darwin-arm64': 4.53.5 + '@rollup/rollup-darwin-x64': 4.53.5 + '@rollup/rollup-freebsd-arm64': 4.53.5 + '@rollup/rollup-freebsd-x64': 4.53.5 + '@rollup/rollup-linux-arm-gnueabihf': 4.53.5 + '@rollup/rollup-linux-arm-musleabihf': 4.53.5 + '@rollup/rollup-linux-arm64-gnu': 4.53.5 + '@rollup/rollup-linux-arm64-musl': 4.53.5 + '@rollup/rollup-linux-loong64-gnu': 4.53.5 + '@rollup/rollup-linux-ppc64-gnu': 4.53.5 + '@rollup/rollup-linux-riscv64-gnu': 4.53.5 + '@rollup/rollup-linux-riscv64-musl': 4.53.5 + '@rollup/rollup-linux-s390x-gnu': 4.53.5 + '@rollup/rollup-linux-x64-gnu': 4.53.5 + '@rollup/rollup-linux-x64-musl': 4.53.5 + '@rollup/rollup-openharmony-arm64': 4.53.5 + '@rollup/rollup-win32-arm64-msvc': 4.53.5 + '@rollup/rollup-win32-ia32-msvc': 4.53.5 + '@rollup/rollup-win32-x64-gnu': 4.53.5 + '@rollup/rollup-win32-x64-msvc': 4.53.5 fsevents: 2.3.3 rrweb-cssom@0.8.0: {} @@ -18180,7 +18186,7 @@ snapshots: safer-buffer@2.1.2: {} - sass@1.95.1: + sass@1.97.1: dependencies: chokidar: 4.0.3 immutable: 5.1.4 @@ -18222,25 +18228,7 @@ snapshots: semver@7.7.3: {} - send@0.19.0: - dependencies: - debug: 2.6.9 - depd: 2.0.0 - destroy: 1.2.0 - encodeurl: 1.0.2 - escape-html: 1.0.3 - etag: 1.8.1 - fresh: 0.5.2 - http-errors: 2.0.0 - mime: 1.6.0 - ms: 2.1.3 - on-finished: 2.4.1 - range-parser: 1.2.1 - statuses: 2.0.1 - transitivePeerDependencies: - - supports-color - - send@0.19.1: + send@0.19.2: dependencies: debug: 2.6.9 depd: 2.0.0 @@ -18249,21 +18237,21 @@ snapshots: escape-html: 1.0.3 etag: 1.8.1 fresh: 0.5.2 - http-errors: 2.0.0 + http-errors: 2.0.1 mime: 1.6.0 ms: 2.1.3 on-finished: 2.4.1 range-parser: 1.2.1 - statuses: 2.0.1 + statuses: 2.0.2 transitivePeerDependencies: - supports-color - serve-static@1.16.2: + serve-static@1.16.3: dependencies: encodeurl: 2.0.0 escape-html: 1.0.3 parseurl: 1.3.3 - send: 0.19.0 + send: 0.19.2 transitivePeerDependencies: - supports-color @@ -18456,8 +18444,6 @@ snapshots: stackback@0.0.2: {} - statuses@2.0.1: {} - statuses@2.0.2: {} std-env@3.10.0: {} @@ -18734,14 +18720,14 @@ snapshots: trim-newlines@3.0.1: {} - ts-node@10.9.2(@types/node@24.10.3)(typescript@5.9.3): + ts-node@10.9.2(@types/node@25.0.3)(typescript@5.9.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.12 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 24.10.3 + '@types/node': 25.0.3 acorn: 8.15.0 acorn-walk: 8.3.4 arg: 4.1.3 @@ -18809,7 +18795,7 @@ snapshots: typedoc@0.28.15(typescript@5.9.3): dependencies: - '@gerrit0/mini-shiki': 3.19.0 + '@gerrit0/mini-shiki': 3.20.0 lunr: 2.3.9 markdown-it: 14.1.0 minimatch: 9.0.5 @@ -18827,7 +18813,7 @@ snapshots: uglify-js@3.19.3: optional: true - unbuild@2.0.0(sass@1.95.1)(typescript@5.9.3)(vue-tsc@2.2.12(typescript@5.9.3)): + unbuild@2.0.0(sass@1.97.1)(typescript@5.9.3)(vue-tsc@2.2.12(typescript@5.9.3)): dependencies: '@rollup/plugin-alias': 5.1.1(rollup@3.29.5) '@rollup/plugin-commonjs': 25.0.8(rollup@3.29.5) @@ -18844,7 +18830,7 @@ snapshots: hookable: 5.5.3 jiti: 1.21.7 magic-string: 0.30.21 - mkdist: 1.6.0(sass@1.95.1)(typescript@5.9.3)(vue-tsc@2.2.12(typescript@5.9.3)) + mkdist: 1.6.0(sass@1.97.1)(typescript@5.9.3)(vue-tsc@2.2.12(typescript@5.9.3)) mlly: 1.8.0 pathe: 1.1.2 pkg-types: 1.3.1 @@ -18933,7 +18919,7 @@ snapshots: unpipe@1.0.0: {} - unplugin-auto-import@19.1.0(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3))): + unplugin-auto-import@19.1.0(@vueuse/core@14.1.0(vue@3.5.26(typescript@5.9.3))): dependencies: local-pkg: 1.1.2 magic-string: 0.30.21 @@ -18942,7 +18928,7 @@ snapshots: unplugin: 2.3.11 unplugin-utils: 0.2.5 optionalDependencies: - '@vueuse/core': 14.1.0(vue@3.5.25(typescript@5.9.3)) + '@vueuse/core': 14.1.0(vue@3.5.26(typescript@5.9.3)) unplugin-element-plus@0.9.1: dependencies: @@ -18985,7 +18971,7 @@ snapshots: upath@2.0.1: {} - update-browserslist-db@1.2.2(browserslist@4.28.1): + update-browserslist-db@1.2.3(browserslist@4.28.1): dependencies: browserslist: 4.28.1 escalade: 3.2.0 @@ -19042,12 +19028,12 @@ snapshots: validate-npm-package-name@5.0.1: {} - vant@4.9.21(vue@3.5.25(typescript@5.9.3)): + vant@4.9.22(vue@3.5.26(typescript@5.9.3)): dependencies: '@vant/popperjs': 1.3.0 - '@vant/use': 1.6.0(vue@3.5.25(typescript@5.9.3)) - '@vue/shared': 3.5.25 - vue: 3.5.25(typescript@5.9.3) + '@vant/use': 1.6.0(vue@3.5.26(typescript@5.9.3)) + '@vue/shared': 3.5.26 + vue: 3.5.26(typescript@5.9.3) vary@1.1.2: {} @@ -19061,23 +19047,23 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.3 - vite-dev-rpc@1.1.0(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2)): + vite-dev-rpc@1.1.0(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2)): dependencies: birpc: 2.9.0 - vite: 6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2) - vite-hot-client: 2.1.0(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2)) + vite: 6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2) + vite-hot-client: 2.1.0(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2)) - vite-hot-client@2.1.0(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2)): + vite-hot-client@2.1.0(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2)): dependencies: - vite: 6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2) + vite: 6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2) - vite-node@3.2.4(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2): + vite-node@3.2.4(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2): dependencies: cac: 6.7.14 debug: 4.4.3(supports-color@5.5.0) es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: 6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2) + vite: 6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2) transitivePeerDependencies: - '@types/node' - jiti @@ -19092,18 +19078,18 @@ snapshots: - tsx - yaml - vite-plugin-cdn-import@1.0.1(rollup@4.53.3)(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2)): + vite-plugin-cdn-import@1.0.1(rollup@4.53.5)(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2)): dependencies: - rollup-plugin-external-globals: 0.10.0(rollup@4.53.3) - vite-plugin-externals: 0.6.2(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2)) + rollup-plugin-external-globals: 0.10.0(rollup@4.53.5) + vite-plugin-externals: 0.6.2(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2)) transitivePeerDependencies: - rollup - vite - vite-plugin-dts@4.5.4(@types/node@24.10.3)(rollup@4.53.3)(typescript@5.9.3)(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2)): + vite-plugin-dts@4.5.4(@types/node@25.0.3)(rollup@4.53.5)(typescript@5.9.3)(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2)): dependencies: - '@microsoft/api-extractor': 7.55.2(@types/node@24.10.3) - '@rollup/pluginutils': 5.3.0(rollup@4.53.3) + '@microsoft/api-extractor': 7.55.2(@types/node@25.0.3) + '@rollup/pluginutils': 5.3.0(rollup@4.53.5) '@volar/typescript': 2.4.27 '@vue/language-core': 2.2.0(typescript@5.9.3) compare-versions: 6.1.1 @@ -19113,21 +19099,21 @@ snapshots: magic-string: 0.30.21 typescript: 5.9.3 optionalDependencies: - vite: 6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2) + vite: 6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2) transitivePeerDependencies: - '@types/node' - rollup - supports-color - vite-plugin-externals@0.6.2(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2)): + vite-plugin-externals@0.6.2(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2)): dependencies: acorn: 8.15.0 es-module-lexer: 0.4.1 fs-extra: 10.1.0 magic-string: 0.25.9 - vite: 6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2) + vite: 6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2) - vite-plugin-inspect@11.3.3(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2)): + vite-plugin-inspect@11.3.3(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2)): dependencies: ansis: 4.2.0 debug: 4.4.3(supports-color@5.5.0) @@ -19137,34 +19123,34 @@ snapshots: perfect-debounce: 2.0.0 sirv: 3.0.2 unplugin-utils: 0.3.1 - vite: 6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2) - vite-dev-rpc: 1.1.0(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2)) + vite: 6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2) + vite-dev-rpc: 1.1.0(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2)) transitivePeerDependencies: - supports-color - vite-plugin-node-polyfills@0.24.0(rollup@4.53.3)(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2)): + vite-plugin-node-polyfills@0.24.0(rollup@4.53.5)(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2)): dependencies: - '@rollup/plugin-inject': 5.0.5(rollup@4.53.3) + '@rollup/plugin-inject': 5.0.5(rollup@4.53.5) node-stdlib-browser: 1.3.1 - vite: 6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2) + vite: 6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2) transitivePeerDependencies: - rollup - vite-plugin-vue-devtools@8.0.5(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3)): + vite-plugin-vue-devtools@8.0.5(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3)): dependencies: - '@vue/devtools-core': 8.0.5(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3)) + '@vue/devtools-core': 8.0.5(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3)) '@vue/devtools-kit': 8.0.5 '@vue/devtools-shared': 8.0.5 sirv: 3.0.2 - vite: 6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2) - vite-plugin-inspect: 11.3.3(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2)) - vite-plugin-vue-inspector: 5.3.2(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2)) + vite: 6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2) + vite-plugin-inspect: 11.3.3(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2)) + vite-plugin-vue-inspector: 5.3.2(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2)) transitivePeerDependencies: - '@nuxt/kit' - supports-color - vue - vite-plugin-vue-inspector@5.3.2(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2)): + vite-plugin-vue-inspector@5.3.2(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2)): dependencies: '@babel/core': 7.28.5 '@babel/plugin-proposal-decorators': 7.28.0(@babel/core@7.28.5) @@ -19172,60 +19158,60 @@ snapshots: '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.28.5) '@babel/plugin-transform-typescript': 7.28.5(@babel/core@7.28.5) '@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.28.5) - '@vue/compiler-dom': 3.5.25 + '@vue/compiler-dom': 3.5.26 kolorist: 1.8.0 magic-string: 0.30.21 - vite: 6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2) + vite: 6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2) transitivePeerDependencies: - supports-color - vite@5.4.21(@types/node@24.10.3)(sass@1.95.1)(terser@5.44.1): + vite@5.4.21(@types/node@25.0.3)(sass@1.97.1)(terser@5.44.1): dependencies: esbuild: 0.21.5 postcss: 8.5.6 - rollup: 4.53.3 + rollup: 4.53.5 optionalDependencies: - '@types/node': 24.10.3 + '@types/node': 25.0.3 fsevents: 2.3.3 - sass: 1.95.1 + sass: 1.97.1 terser: 5.44.1 - vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2): + vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2): dependencies: esbuild: 0.25.12 fdir: 6.5.0(picomatch@4.0.3) picomatch: 4.0.3 postcss: 8.5.6 - rollup: 4.53.3 + rollup: 4.53.5 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 24.10.3 + '@types/node': 25.0.3 fsevents: 2.3.3 jiti: 2.6.1 - sass: 1.95.1 + sass: 1.97.1 terser: 5.44.1 yaml: 2.8.2 - vitepress@1.6.4(@algolia/client-search@5.46.0)(@types/node@24.10.3)(async-validator@4.2.5)(axios@1.13.2)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.95.1)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.44.1)(typescript@5.9.3): + vitepress@1.6.4(@algolia/client-search@5.46.1)(@types/node@25.0.3)(async-validator@4.2.5)(axios@1.13.2)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.97.1)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.44.1)(typescript@5.9.3): dependencies: '@docsearch/css': 3.8.2 - '@docsearch/js': 3.8.2(@algolia/client-search@5.46.0)(search-insights@2.17.3) - '@iconify-json/simple-icons': 1.2.62 + '@docsearch/js': 3.8.2(@algolia/client-search@5.46.1)(search-insights@2.17.3) + '@iconify-json/simple-icons': 1.2.63 '@shikijs/core': 2.5.0 '@shikijs/transformers': 2.5.0 '@shikijs/types': 2.5.0 '@types/markdown-it': 14.1.2 - '@vitejs/plugin-vue': 5.2.4(vite@5.4.21(@types/node@24.10.3)(sass@1.95.1)(terser@5.44.1))(vue@3.5.25(typescript@5.9.3)) + '@vitejs/plugin-vue': 5.2.4(vite@5.4.21(@types/node@25.0.3)(sass@1.97.1)(terser@5.44.1))(vue@3.5.26(typescript@5.9.3)) '@vue/devtools-api': 7.7.9 - '@vue/shared': 3.5.25 + '@vue/shared': 3.5.26 '@vueuse/core': 12.8.2(typescript@5.9.3) '@vueuse/integrations': 12.8.2(async-validator@4.2.5)(axios@1.13.2)(focus-trap@7.6.6)(qrcode@1.5.4)(sortablejs@1.15.6)(typescript@5.9.3) focus-trap: 7.6.6 mark.js: 8.11.1 minisearch: 7.2.0 shiki: 2.5.0 - vite: 5.4.21(@types/node@24.10.3)(sass@1.95.1)(terser@5.44.1) - vue: 3.5.25(typescript@5.9.3) + vite: 5.4.21(@types/node@25.0.3)(sass@1.97.1)(terser@5.44.1) + vue: 3.5.26(typescript@5.9.3) optionalDependencies: postcss: 8.5.6 transitivePeerDependencies: @@ -19255,11 +19241,11 @@ snapshots: - typescript - universal-cookie - vitest@3.2.4(@types/node@24.10.3)(jiti@2.6.1)(jsdom@26.1.0)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2): + vitest@3.2.4(@types/node@25.0.3)(jiti@2.6.1)(jsdom@26.1.0)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2): dependencies: '@types/chai': 5.2.3 '@vitest/expect': 3.2.4 - '@vitest/mocker': 3.2.4(vite@6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2)) + '@vitest/mocker': 3.2.4(vite@6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2)) '@vitest/pretty-format': 3.2.4 '@vitest/runner': 3.2.4 '@vitest/snapshot': 3.2.4 @@ -19277,11 +19263,11 @@ snapshots: tinyglobby: 0.2.15 tinypool: 1.1.1 tinyrainbow: 2.0.0 - vite: 6.3.7(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2) - vite-node: 3.2.4(@types/node@24.10.3)(jiti@2.6.1)(sass@1.95.1)(terser@5.44.1)(yaml@2.8.2) + vite: 6.3.7(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2) + vite-node: 3.2.4(@types/node@25.0.3)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.2) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 24.10.3 + '@types/node': 25.0.3 jsdom: 26.1.0 transitivePeerDependencies: - jiti @@ -19303,21 +19289,21 @@ snapshots: vue-component-type-helpers@2.2.12: {} - vue-demi@0.14.10(vue@3.5.25(typescript@5.9.3)): + vue-demi@0.14.10(vue@3.5.26(typescript@5.9.3)): dependencies: - vue: 3.5.25(typescript@5.9.3) + vue: 3.5.26(typescript@5.9.3) - vue-i18n@11.2.2(vue@3.5.25(typescript@5.9.3)): + vue-i18n@11.2.2(vue@3.5.26(typescript@5.9.3)): dependencies: '@intlify/core-base': 11.2.2 '@intlify/shared': 11.2.2 '@vue/devtools-api': 6.6.4 - vue: 3.5.25(typescript@5.9.3) + vue: 3.5.26(typescript@5.9.3) - vue-router@4.6.3(vue@3.5.25(typescript@5.9.3)): + vue-router@4.6.4(vue@3.5.26(typescript@5.9.3)): dependencies: '@vue/devtools-api': 6.6.4 - vue: 3.5.25(typescript@5.9.3) + vue: 3.5.26(typescript@5.9.3) vue-tsc@2.2.12(typescript@5.9.3): dependencies: @@ -19325,29 +19311,29 @@ snapshots: '@vue/language-core': 2.2.12(typescript@5.9.3) typescript: 5.9.3 - vue-types@3.0.2(vue@3.5.25(typescript@5.9.3)): + vue-types@3.0.2(vue@3.5.26(typescript@5.9.3)): dependencies: is-plain-object: 3.0.1 - vue: 3.5.25(typescript@5.9.3) + vue: 3.5.26(typescript@5.9.3) - vue@3.5.25(typescript@5.9.3): + vue@3.5.26(typescript@5.9.3): dependencies: - '@vue/compiler-dom': 3.5.25 - '@vue/compiler-sfc': 3.5.25 - '@vue/runtime-dom': 3.5.25 - '@vue/server-renderer': 3.5.25(vue@3.5.25(typescript@5.9.3)) - '@vue/shared': 3.5.25 + '@vue/compiler-dom': 3.5.26 + '@vue/compiler-sfc': 3.5.26 + '@vue/runtime-dom': 3.5.26 + '@vue/server-renderer': 3.5.26(vue@3.5.26(typescript@5.9.3)) + '@vue/shared': 3.5.26 optionalDependencies: typescript: 5.9.3 - vxe-table-plugin-menus@4.0.6(vxe-table@4.6.25(vue@3.5.25(typescript@5.9.3))): + vxe-table-plugin-menus@4.0.6(vxe-table@4.6.25(vue@3.5.26(typescript@5.9.3))): dependencies: - vxe-table: 4.6.25(vue@3.5.25(typescript@5.9.3)) + vxe-table: 4.6.25(vue@3.5.26(typescript@5.9.3)) - vxe-table@4.6.25(vue@3.5.25(typescript@5.9.3)): + vxe-table@4.6.25(vue@3.5.26(typescript@5.9.3)): dependencies: dom-zindex: 1.0.6 - vue: 3.5.25(typescript@5.9.3) + vue: 3.5.26(typescript@5.9.3) xe-utils: 3.8.0 w3c-hr-time@1.0.2: -- Gitee From d3bffef0019a27f066de0720b9571941d257896e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cchenhuachun=E2=80=9D?= <“samchen08@163.com”> Date: Sat, 20 Dec 2025 10:32:56 +0800 Subject: [PATCH 5/7] =?UTF-8?q?feat:=20=E2=9C=A8=20uniapp=20=E6=94=AF?= =?UTF-8?q?=E6=8C=81=20rpx=20=E6=A0=B7=E5=BC=8F=E5=8D=95=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/uniapp/src/App.vue | 2 +- apps/uniapp/src/pages.json | 17 - apps/uniapp/src/pages/1d3bu6t7.vue | 73 ---- apps/uniapp/src/pages/1e0wsuo1.vue | 398 ---------------------- packages/materials/tsconfig.node.json | 9 +- packages/renderer/src/utils/converter.ts | 82 +++++ packages/renderer/src/utils/index.ts | 1 + packages/renderer/src/utils/util.ts | 6 +- packages/renderer/tests/converter.test.ts | 190 +++++++++++ 9 files changed, 282 insertions(+), 496 deletions(-) delete mode 100644 apps/uniapp/src/pages/1d3bu6t7.vue delete mode 100644 apps/uniapp/src/pages/1e0wsuo1.vue create mode 100644 packages/renderer/src/utils/converter.ts create mode 100644 packages/renderer/tests/converter.test.ts diff --git a/apps/uniapp/src/App.vue b/apps/uniapp/src/App.vue index f2e62abf4..f1e35e7d5 100644 --- a/apps/uniapp/src/App.vue +++ b/apps/uniapp/src/App.vue @@ -8,7 +8,7 @@ }); onHide(() => { console.log('App Hide'); - }); + }) diff --git a/apps/uniapp/src/pages/1e0wsuo1.vue b/apps/uniapp/src/pages/1e0wsuo1.vue deleted file mode 100644 index 7fc2823a1..000000000 --- a/apps/uniapp/src/pages/1e0wsuo1.vue +++ /dev/null @@ -1,398 +0,0 @@ - - - diff --git a/packages/materials/tsconfig.node.json b/packages/materials/tsconfig.node.json index 43710dc1b..499bf0cc4 100644 --- a/packages/materials/tsconfig.node.json +++ b/packages/materials/tsconfig.node.json @@ -2,11 +2,8 @@ "compilerOptions": { "composite": true, "module": "ESNext", - "moduleResolution": "Node", + "moduleResolution": "bundler", "allowSyntheticDefaultImports": true }, - "include": [ - "vite.config.ts", - "vitest.config.ts" - ] -} \ No newline at end of file + "include": ["vite.config.ts", "vitest.config.ts"] +} diff --git a/packages/renderer/src/utils/converter.ts b/packages/renderer/src/utils/converter.ts new file mode 100644 index 000000000..adc428ec6 --- /dev/null +++ b/packages/renderer/src/utils/converter.ts @@ -0,0 +1,82 @@ +const DESIGN_BASE_WIDTH = 750; + +/** + * 将rpx转换为px(Web/通用环境) + * @param rpx 需要转换的rpx值 + * @param customBaseWidth 自定义基准宽度,默认为设计稿宽度 + * @returns 计算出的px值 + */ +export function rpxToPx( + window: any, + rpx: number, + customBaseWidth?: number +): number { + // 获取屏幕宽度(兼容不同环境) + let screenWidth: number; + + if (typeof window !== 'undefined') { + // 浏览器环境 + screenWidth = + window.innerWidth || window.document.documentElement.clientWidth; + } else { + // 其他环境,使用默认值或抛出错误 + console.warn('无法获取屏幕宽度,使用默认值375'); + screenWidth = 375; + } + + const baseWidth = customBaseWidth || DESIGN_BASE_WIDTH; + + // 核心转换公式:px = (rpx * 屏幕宽度) / 基准宽度 + return (rpx * screenWidth) / baseWidth; +} + +/** + * 将CSS字符串中的rpx单位转换为px单位 + * @param css 需要转换的CSS字符串 + * @returns 转换后的CSS字符串 + */ +export function convertCssRpx(window: any, css: string): string { + // 使用简单的状态机来跟踪是否在字符串内 + let inSingleQuote = false; + let inDoubleQuote = false; + let inUrl = false; + let result = ''; + + for (let i = 0; i < css.length; i++) { + const char = css[i]; + + // 更新状态 + if (char === "'" && !inDoubleQuote && !inUrl) { + inSingleQuote = !inSingleQuote; + } else if (char === '"' && !inSingleQuote && !inUrl) { + inDoubleQuote = !inDoubleQuote; + } else if ( + css.substr(i, 4).toLowerCase() === 'url(' && + !inSingleQuote && + !inDoubleQuote + ) { + inUrl = true; + } else if (char === ')' && inUrl) { + inUrl = false; + } + + // 如果不在字符串或URL中,检查rpx模式 + if (!inSingleQuote && !inDoubleQuote && !inUrl) { + // 检查是否匹配 rpx 模式 + const match = css.substr(i).match(/^(-?\d+(?:\.\d+)?)\s*rpx/); + if (match) { + const rpxValue = match[1]; + const rpxNum = parseFloat(rpxValue); + const pxNum = rpxToPx(window, rpxNum); + const pxValue = `${pxNum.toFixed(6).replace(/\.?0+$/, '')}px`; + result += pxValue; + i += match[0].length - 1; // 跳过已处理的字符 + continue; + } + } + + result += char; + } + + return result; +} diff --git a/packages/renderer/src/utils/index.ts b/packages/renderer/src/utils/index.ts index 8bfcc1075..36ded1234 100644 --- a/packages/renderer/src/utils/index.ts +++ b/packages/renderer/src/utils/index.ts @@ -2,3 +2,4 @@ export * from './deps'; export * from './util'; export * from './parser'; export * from './compileScoped'; +export * from './converter'; diff --git a/packages/renderer/src/utils/util.ts b/packages/renderer/src/utils/util.ts index bb44e952e..e14181026 100644 --- a/packages/renderer/src/utils/util.ts +++ b/packages/renderer/src/utils/util.ts @@ -4,6 +4,7 @@ import type { RouteLocationNormalizedGeneric } from 'vue-router'; import { isFunction, isString } from '@vtj/utils'; import { HTML_TAGS, BUILD_IN_TAGS } from '../constants'; import { compileScopedCSS } from './compileScoped'; +import { convertCssRpx } from './converter'; export function toString(value: any) { return isString(value) ? value : JSON.stringify(value); @@ -18,7 +19,10 @@ export function adoptedStyleSheets( const CSSStyleSheet = (global as any).CSSStyleSheet; const scopedId = scoped ? `data-v-${id}` : id; - const scopedCSS = scoped ? compileScopedCSS(css, scopedId) : css; + const content = (global as any).__uniConfig + ? convertCssRpx(global, css) + : css; + const scopedCSS = scoped ? compileScopedCSS(content, scopedId) : content; // chrome > 71 才支持 replaceSync if (CSSStyleSheet.prototype.replaceSync) { diff --git a/packages/renderer/tests/converter.test.ts b/packages/renderer/tests/converter.test.ts new file mode 100644 index 000000000..a4e65ec16 --- /dev/null +++ b/packages/renderer/tests/converter.test.ts @@ -0,0 +1,190 @@ +import { expect, test, vi, beforeEach } from 'vitest'; +import { rpxToPx, convertCssRpx } from '../src/utils/converter'; + +// 模拟 window 对象 +beforeEach(() => { + // 在每个测试前重置 window 对象 + Object.defineProperty(global, 'window', { + value: { + innerWidth: 750, + document: { + documentElement: { + clientWidth: 750 + } + } + }, + writable: true, + configurable: true + }); +}); + +test('rpxToPx converts rpx to px correctly', () => { + // 测试基础转换 + expect(rpxToPx(750)).toBe(750); // 750rpx * 750 / 750 = 750px + expect(rpxToPx(375)).toBe(375); // 375rpx * 750 / 750 = 375px + expect(rpxToPx(100)).toBe(100); // 100rpx * 750 / 750 = 100px + + // 测试自定义基准宽度 + expect(rpxToPx(750, 375)).toBe(1500); // 750rpx * 750 / 375 = 1500px +}); + +test('rpxToPx handles non-browser environment', () => { + // 模拟非浏览器环境 + Object.defineProperty(global, 'window', { + value: undefined, + writable: true, + configurable: true + }); + + // 在非浏览器环境中,应该使用默认值375 + // 750rpx * 375 / 750 = 375px + expect(rpxToPx(750)).toBe(375); +}); + +test('convertCssRpx converts simple rpx values', () => { + const css = `.container { width: 100rpx; height: 200rpx; }`; + const result = convertCssRpx(css); + + // 100rpx * 750 / 750 = 100px + // 200rpx * 750 / 750 = 200px + expect(result).toBe(`.container { width: 100px; height: 200px; }`); +}); + +test('convertCssRpx converts decimal rpx values', () => { + const css = `.container { font-size: 12.5rpx; margin: 1.5rpx 2.5rpx; }`; + const result = convertCssRpx(css); + + expect(result).toBe(`.container { font-size: 12.5px; margin: 1.5px 2.5px; }`); +}); + +test('convertCssRpx converts negative rpx values', () => { + const css = `.container { transform: translateX(-10rpx); margin: -5rpx; }`; + const result = convertCssRpx(css); + + expect(result).toBe( + `.container { transform: translateX(-10px); margin: -5px; }` + ); +}); + +test('convertCssRpx handles values with spaces', () => { + const css = `.container { width: 100 rpx; height: 200 rpx; }`; + const result = convertCssRpx(css); + + expect(result).toBe(`.container { width: 100px; height: 200px; }`); +}); + +test('convertCssRpx handles complex CSS with multiple selectors', () => { + const css = ` + .container { width: 100rpx; } + .item { height: 50rpx; margin: 10rpx 20rpx; } + #special { padding: 15rpx; } + `; + + const result = convertCssRpx(css); + const expected = ` + .container { width: 100px; } + .item { height: 50px; margin: 10px 20px; } + #special { padding: 15px; } + `; + + expect(result).toBe(expected); +}); + +test('convertCssRpx does not convert px values', () => { + const css = `.container { width: 100px; height: 200px; }`; + const result = convertCssRpx(css); + + // 应该保持不变 + expect(result).toBe(css); +}); + +test('convertCssRpx handles mixed units', () => { + const css = `.container { margin: 10rpx 20px 30rpx 40px; }`; + const result = convertCssRpx(css); + + expect(result).toBe(`.container { margin: 10px 20px 30px 40px; }`); +}); + +test('convertCssRpx handles calc functions', () => { + const css = `.container { width: calc(100% - 20rpx); height: calc(50% + 10rpx); }`; + const result = convertCssRpx(css); + + expect(result).toBe( + `.container { width: calc(100% - 20px); height: calc(50% + 10px); }` + ); +}); + +test('convertCssRpx handles var functions', () => { + const css = `.container { padding: var(--spacing, 10rpx); margin: var(--margin, 20rpx 30rpx); }`; + const result = convertCssRpx(css); + + expect(result).toBe( + `.container { padding: var(--spacing, 10px); margin: var(--margin, 20px 30px); }` + ); +}); + +test('convertCssRpx does not convert in variable names', () => { + const css = `.container { --spacing-rpx: 10px; custom-property: var(--spacing-rpx); }`; + const result = convertCssRpx(css); + + // 不应该转换变量名中的 rpx + expect(result).toBe(css); +}); + +test('convertCssRpx handles empty string', () => { + expect(convertCssRpx('')).toBe(''); +}); + +test('convertCssRpx handles string without rpx', () => { + const css = `.container { color: red; font-size: 14px; }`; + expect(convertCssRpx(css)).toBe(css); +}); + +// 新增测试:测试浮点数精度处理 +test('convertCssRpx handles floating point precision', () => { + // 设置不同的屏幕宽度,以便产生浮点数结果 + Object.defineProperty(global, 'window', { + value: { + innerWidth: 375, // 屏幕宽度变为375 + document: { + documentElement: { + clientWidth: 375 + } + } + }, + writable: true, + configurable: true + }); + + // 100rpx * 375 / 750 = 50px + const css = `.container { width: 100rpx; }`; + const result = convertCssRpx(css); + + // 应该得到整数 50px + expect(result).toBe(`.container { width: 50px; }`); +}); + +// 新增测试:测试不会错误匹配类似 --spacing-rpx 的变量名 +test('convertCssRpx does not match rpx in variable names or values', () => { + const css = ` + .container { + --my-rpx-variable: 10px; + background: url(image@2xrpx.png); + content: "10rpx"; + } + `; + const result = convertCssRpx(css); + + // 不应该转换变量名、URL或字符串中的 rpx + expect(result).toBe(css); +}); + +// 新增测试:测试多个连续的 rpx 值 +test('convertCssRpx handles multiple consecutive rpx values', () => { + const css = `.container { box-shadow: 0rpx 2rpx 4rpx rgba(0,0,0,0.1); }`; + const result = convertCssRpx(css); + + expect(result).toBe( + `.container { box-shadow: 0px 2px 4px rgba(0,0,0,0.1); }` + ); +}); -- Gitee From 4ce25cc993f3be09e2d9039ceafb71edeaa38a26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cchenhuachun=E2=80=9D?= <“samchen08@163.com”> Date: Sat, 20 Dec 2025 10:33:36 +0800 Subject: [PATCH 6/7] =?UTF-8?q?build:=20=F0=9F=93=A6=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - vtj-project-app@0.13.39 - vtj-extension@0.13.39 - vtj-project-h5@0.13.39 - vtj-project-library@0.12.18 - vtj-material@0.13.39 - vtj-plugin@0.13.39 - vtj-project-uniapp@0.13.39 - dev-web@0.13.39 - @vtj/docs@0.13.39 - @vtj/charts@0.13.39 - @vtj/cli@0.12.18 - @vtj/coder@0.13.39 - @vtj/core@0.13.39 - @vtj/designer@0.13.39 - @vtj/icons@0.13.39 - @vtj/local@0.13.39 - @vtj/materials@0.13.39 - @vtj/parser@0.13.39 - @vtj/renderer@0.13.39 - @vtj/ui@0.13.39 - @vtj/uni@0.13.39 - @vtj/utils@0.13.39 - @vtj/h5@0.13.39 - @vtj/pro@0.13.39 - @vtj/pro-uni@0.13.39 - @vtj/uni-app@0.13.39 - @vtj/web@0.13.39 --- apps/app/CHANGELOG.md | 8 ++++++++ apps/app/package.json | 2 +- apps/extension/CHANGELOG.md | 11 +++++++++++ apps/extension/package.json | 2 +- apps/h5/CHANGELOG.md | 8 ++++++++ apps/h5/package.json | 2 +- apps/library/CHANGELOG.md | 8 ++++++++ apps/library/package.json | 2 +- apps/material/CHANGELOG.md | 11 +++++++++++ apps/material/package.json | 2 +- apps/plugin/CHANGELOG.md | 8 ++++++++ apps/plugin/package.json | 2 +- apps/uniapp/CHANGELOG.md | 16 ++++++++++++++++ apps/uniapp/package.json | 2 +- dev/CHANGELOG.md | 8 ++++++++ dev/package.json | 2 +- docs/CHANGELOG.md | 8 ++++++++ docs/package.json | 2 +- packages/charts/CHANGELOG.md | 8 ++++++++ packages/charts/package.json | 2 +- packages/cli/CHANGELOG.md | 11 +++++++++++ packages/cli/package.json | 2 +- packages/coder/CHANGELOG.md | 11 +++++++++++ packages/coder/package.json | 2 +- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package.json | 2 +- packages/designer/CHANGELOG.md | 11 +++++++++++ packages/designer/package.json | 2 +- packages/icons/CHANGELOG.md | 8 ++++++++ packages/icons/package.json | 2 +- packages/local/CHANGELOG.md | 8 ++++++++ packages/local/package.json | 2 +- packages/materials/CHANGELOG.md | 16 ++++++++++++++++ packages/materials/package.json | 2 +- packages/parser/CHANGELOG.md | 12 ++++++++++++ packages/parser/package.json | 2 +- packages/renderer/CHANGELOG.md | 12 ++++++++++++ packages/renderer/package.json | 2 +- packages/ui/CHANGELOG.md | 11 +++++++++++ packages/ui/package.json | 2 +- packages/uni/CHANGELOG.md | 11 +++++++++++ packages/uni/package.json | 2 +- packages/utils/CHANGELOG.md | 8 ++++++++ packages/utils/package.json | 2 +- platforms/h5/CHANGELOG.md | 8 ++++++++ platforms/h5/package.json | 2 +- platforms/pro-uni/CHANGELOG.md | 11 +++++++++++ platforms/pro-uni/package.json | 2 +- platforms/pro/CHANGELOG.md | 8 ++++++++ platforms/pro/package.json | 2 +- platforms/uni-app/CHANGELOG.md | 8 ++++++++ platforms/uni-app/package.json | 2 +- platforms/web/CHANGELOG.md | 8 ++++++++ platforms/web/package.json | 2 +- 54 files changed, 291 insertions(+), 27 deletions(-) diff --git a/apps/app/CHANGELOG.md b/apps/app/CHANGELOG.md index d8bb9341b..0d897e4f7 100644 --- a/apps/app/CHANGELOG.md +++ b/apps/app/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.39](https://github.com/samchen08/vtj.pro/compare/vtj-project-app@0.13.38...vtj-project-app@0.13.39) (2025-12-20) + +**Note:** Version bump only for package vtj-project-app + + + + + ## [0.13.38](https://github.com/samchen08/vtj.pro/compare/vtj-project-app@0.13.37...vtj-project-app@0.13.38) (2025-12-17) **Note:** Version bump only for package vtj-project-app diff --git a/apps/app/package.json b/apps/app/package.json index 647ba2a74..ffdabe9f3 100644 --- a/apps/app/package.json +++ b/apps/app/package.json @@ -2,7 +2,7 @@ "name": "vtj-project-app", "description": "项目示例", "private": true, - "version": "0.13.38", + "version": "0.13.39", "type": "module", "scripts": { "setup": "pnpm install --unsafe-perm --registry=https://registry.npmmirror.com", diff --git a/apps/extension/CHANGELOG.md b/apps/extension/CHANGELOG.md index ad1d3c957..99d550e9c 100644 --- a/apps/extension/CHANGELOG.md +++ b/apps/extension/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.39](https://github.com/samchen08/vtj.pro/compare/vtj-extension@0.13.38...vtj-extension@0.13.39) (2025-12-20) + + +### Bug Fixes + +* 🐛 优化uniapp样式 ([154c9a8](https://github.com/samchen08/vtj.pro/commit/154c9a840a71c192e9c6d3307c5b4741ebf19472)) + + + + + ## [0.13.38](https://github.com/samchen08/vtj.pro/compare/vtj-extension@0.13.37...vtj-extension@0.13.38) (2025-12-17) **Note:** Version bump only for package vtj-extension diff --git a/apps/extension/package.json b/apps/extension/package.json index 5f0d0cea5..5aaa180ab 100644 --- a/apps/extension/package.json +++ b/apps/extension/package.json @@ -1,7 +1,7 @@ { "name": "vtj-extension", "private": true, - "version": "0.13.38", + "version": "0.13.39", "type": "module", "scripts": { "setup": "pnpm install --unsafe-perm --registry=https://registry.npmmirror.com", diff --git a/apps/h5/CHANGELOG.md b/apps/h5/CHANGELOG.md index 18f26390c..6b2895bb3 100644 --- a/apps/h5/CHANGELOG.md +++ b/apps/h5/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.39](https://github.com/samchen08/vtj.pro/compare/vtj-project-h5@0.13.38...vtj-project-h5@0.13.39) (2025-12-20) + +**Note:** Version bump only for package vtj-project-h5 + + + + + ## [0.13.38](https://github.com/samchen08/vtj.pro/compare/vtj-project-h5@0.13.37...vtj-project-h5@0.13.38) (2025-12-17) **Note:** Version bump only for package vtj-project-h5 diff --git a/apps/h5/package.json b/apps/h5/package.json index c07963e33..7f58be4db 100644 --- a/apps/h5/package.json +++ b/apps/h5/package.json @@ -2,7 +2,7 @@ "name": "vtj-project-h5", "description": "H5项目示例", "private": true, - "version": "0.13.38", + "version": "0.13.39", "type": "module", "scripts": { "setup": "pnpm install --unsafe-perm --registry=https://registry.npmmirror.com", diff --git a/apps/library/CHANGELOG.md b/apps/library/CHANGELOG.md index 1bed27d2f..deb4dc48a 100644 --- a/apps/library/CHANGELOG.md +++ b/apps/library/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.12.18](https://github.com/samchen08/vtj.pro/compare/vtj-project-library@0.12.17...vtj-project-library@0.12.18) (2025-12-20) + +**Note:** Version bump only for package vtj-project-library + + + + + ## [0.12.17](https://github.com/samchen08/vtj.pro/compare/vtj-project-library@0.12.16...vtj-project-library@0.12.17) (2025-12-17) **Note:** Version bump only for package vtj-project-library diff --git a/apps/library/package.json b/apps/library/package.json index 255d5381f..a4fa3ff2f 100644 --- a/apps/library/package.json +++ b/apps/library/package.json @@ -1,7 +1,7 @@ { "name": "vtj-project-library", "private": true, - "version": "0.12.17", + "version": "0.12.18", "type": "module", "scripts": { "build": "vue-tsc && vite build", diff --git a/apps/material/CHANGELOG.md b/apps/material/CHANGELOG.md index eeb8d33f4..60a960281 100644 --- a/apps/material/CHANGELOG.md +++ b/apps/material/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.39](https://github.com/samchen08/vtj.pro/compare/vtj-material@0.13.38...vtj-material@0.13.39) (2025-12-20) + + +### Bug Fixes + +* 🐛 优化uniapp样式 ([154c9a8](https://github.com/samchen08/vtj.pro/commit/154c9a840a71c192e9c6d3307c5b4741ebf19472)) + + + + + ## [0.13.38](https://github.com/samchen08/vtj.pro/compare/vtj-material@0.13.37...vtj-material@0.13.38) (2025-12-17) **Note:** Version bump only for package vtj-material diff --git a/apps/material/package.json b/apps/material/package.json index c1fab7a8f..6634a8f04 100644 --- a/apps/material/package.json +++ b/apps/material/package.json @@ -1,7 +1,7 @@ { "name": "vtj-material", "private": true, - "version": "0.13.38", + "version": "0.13.39", "type": "module", "scripts": { "setup": "pnpm install --unsafe-perm --registry=https://registry.npmmirror.com", diff --git a/apps/plugin/CHANGELOG.md b/apps/plugin/CHANGELOG.md index 4e3c0e870..2895c192f 100644 --- a/apps/plugin/CHANGELOG.md +++ b/apps/plugin/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.39](https://github.com/samchen08/vtj.pro/compare/vtj-plugin@0.13.38...vtj-plugin@0.13.39) (2025-12-20) + +**Note:** Version bump only for package vtj-plugin + + + + + ## [0.13.38](https://github.com/samchen08/vtj.pro/compare/vtj-plugin@0.13.37...vtj-plugin@0.13.38) (2025-12-17) **Note:** Version bump only for package vtj-plugin diff --git a/apps/plugin/package.json b/apps/plugin/package.json index 8e6509b1a..3b5ba9440 100644 --- a/apps/plugin/package.json +++ b/apps/plugin/package.json @@ -1,7 +1,7 @@ { "name": "vtj-plugin", "private": true, - "version": "0.13.38", + "version": "0.13.39", "type": "module", "scripts": { "setup": "pnpm install --unsafe-perm --registry=https://registry.npmmirror.com", diff --git a/apps/uniapp/CHANGELOG.md b/apps/uniapp/CHANGELOG.md index 55a61d665..afd5af1e8 100644 --- a/apps/uniapp/CHANGELOG.md +++ b/apps/uniapp/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.39](https://github.com/samchen08/vtj.pro/compare/vtj-project-uniapp@0.13.38...vtj-project-uniapp@0.13.39) (2025-12-20) + + +### Bug Fixes + +* 🐛 优化uniapp样式 ([154c9a8](https://github.com/samchen08/vtj.pro/commit/154c9a840a71c192e9c6d3307c5b4741ebf19472)) + + +### Features + +* ✨ uniapp 支持 rpx 样式单位 ([d3bffef](https://github.com/samchen08/vtj.pro/commit/d3bffef0019a27f066de0720b9571941d257896e)) + + + + + ## [0.13.38](https://github.com/samchen08/vtj.pro/compare/vtj-project-uniapp@0.13.37...vtj-project-uniapp@0.13.38) (2025-12-17) **Note:** Version bump only for package vtj-project-uniapp diff --git a/apps/uniapp/package.json b/apps/uniapp/package.json index 7cc1a8c3e..945f317aa 100644 --- a/apps/uniapp/package.json +++ b/apps/uniapp/package.json @@ -1,6 +1,6 @@ { "name": "vtj-project-uniapp", - "version": "0.13.38", + "version": "0.13.39", "private": true, "scripts": { "dev:app": "uni -p app", diff --git a/dev/CHANGELOG.md b/dev/CHANGELOG.md index 29b2873a7..d4de6d285 100644 --- a/dev/CHANGELOG.md +++ b/dev/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.39](https://github.com/samchen08/vtj.pro/compare/dev-web@0.13.38...dev-web@0.13.39) (2025-12-20) + +**Note:** Version bump only for package dev-web + + + + + ## [0.13.38](https://github.com/samchen08/vtj.pro/compare/dev-web@0.13.37...dev-web@0.13.38) (2025-12-17) **Note:** Version bump only for package dev-web diff --git a/dev/package.json b/dev/package.json index 6c01f8eba..6a59476c0 100644 --- a/dev/package.json +++ b/dev/package.json @@ -1,7 +1,7 @@ { "name": "dev-web", "private": true, - "version": "0.13.38", + "version": "0.13.39", "type": "module", "scripts": { "dev": "cross-env ENV_TYPE=local vite --force", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 0370f42b4..bf2828e52 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.39](https://github.com/samchen08/vtj.pro/compare/@vtj/docs@0.13.38...@vtj/docs@0.13.39) (2025-12-20) + +**Note:** Version bump only for package @vtj/docs + + + + + ## [0.13.38](https://github.com/samchen08/vtj.pro/compare/@vtj/docs@0.13.37...@vtj/docs@0.13.38) (2025-12-17) **Note:** Version bump only for package @vtj/docs diff --git a/docs/package.json b/docs/package.json index ea751fc07..ef6e49087 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "@vtj/docs", "private": true, - "version": "0.13.38", + "version": "0.13.39", "type": "module", "scripts": { "docs:dev": "vitepress dev", diff --git a/packages/charts/CHANGELOG.md b/packages/charts/CHANGELOG.md index e468d9238..2df3000bb 100644 --- a/packages/charts/CHANGELOG.md +++ b/packages/charts/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.39](https://gitee.com/newgateway/vtj/compare/@vtj/charts@0.13.38...@vtj/charts@0.13.39) (2025-12-20) + +**Note:** Version bump only for package @vtj/charts + + + + + ## [0.13.38](https://gitee.com/newgateway/vtj/compare/@vtj/charts@0.13.37...@vtj/charts@0.13.38) (2025-12-17) **Note:** Version bump only for package @vtj/charts diff --git a/packages/charts/package.json b/packages/charts/package.json index 943299030..bc5492e71 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,7 +1,7 @@ { "name": "@vtj/charts", "private": false, - "version": "0.13.38", + "version": "0.13.39", "type": "module", "keywords": [ "低代码引擎", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index cfa1ecce6..20cd074b8 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.12.18](https://gitee.com/newgateway/vtj/compare/@vtj/cli@0.12.17...@vtj/cli@0.12.18) (2025-12-20) + + +### Bug Fixes + +* 🐛 优化uniapp样式 ([154c9a8](https://gitee.com/newgateway/vtj/commits/154c9a840a71c192e9c6d3307c5b4741ebf19472)) + + + + + ## [0.12.17](https://gitee.com/newgateway/vtj/compare/@vtj/cli@0.12.16...@vtj/cli@0.12.17) (2025-12-17) diff --git a/packages/cli/package.json b/packages/cli/package.json index 90f8f2b7e..15b050afc 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@vtj/cli", "private": false, - "version": "0.12.17", + "version": "0.12.18", "type": "module", "keywords": [ "AI+低代码", diff --git a/packages/coder/CHANGELOG.md b/packages/coder/CHANGELOG.md index 98c78aedf..ae1fdc2b2 100644 --- a/packages/coder/CHANGELOG.md +++ b/packages/coder/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.39](https://gitee.com/newgateway/vtj/compare/@vtj/coder@0.13.38...@vtj/coder@0.13.39) (2025-12-20) + + +### Bug Fixes + +* 🐛 优化uniapp样式 ([154c9a8](https://gitee.com/newgateway/vtj/commits/154c9a840a71c192e9c6d3307c5b4741ebf19472)) + + + + + ## [0.13.38](https://gitee.com/newgateway/vtj/compare/@vtj/coder@0.13.37...@vtj/coder@0.13.38) (2025-12-17) **Note:** Version bump only for package @vtj/coder diff --git a/packages/coder/package.json b/packages/coder/package.json index e09a2edfc..625258f94 100644 --- a/packages/coder/package.json +++ b/packages/coder/package.json @@ -1,7 +1,7 @@ { "name": "@vtj/coder", "private": false, - "version": "0.13.38", + "version": "0.13.39", "type": "module", "keywords": [ "低代码引擎", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 0dd8d3133..8927b62d7 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.39](https://gitee.com/newgateway/vtj/compare/@vtj/core@0.13.38...@vtj/core@0.13.39) (2025-12-20) + +**Note:** Version bump only for package @vtj/core + + + + + ## [0.13.38](https://gitee.com/newgateway/vtj/compare/@vtj/core@0.13.37...@vtj/core@0.13.38) (2025-12-17) **Note:** Version bump only for package @vtj/core diff --git a/packages/core/package.json b/packages/core/package.json index 8ec19af19..b26b8a173 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@vtj/core", "private": false, - "version": "0.13.38", + "version": "0.13.39", "type": "module", "keywords": [ "低代码引擎", diff --git a/packages/designer/CHANGELOG.md b/packages/designer/CHANGELOG.md index 3dbaad2cc..ac12d42ca 100644 --- a/packages/designer/CHANGELOG.md +++ b/packages/designer/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.39](https://gitee.com/newgateway/vtj/compare/@vtj/designer@0.13.38...@vtj/designer@0.13.39) (2025-12-20) + + +### Bug Fixes + +* 🐛 优化uniapp样式 ([154c9a8](https://gitee.com/newgateway/vtj/commits/154c9a840a71c192e9c6d3307c5b4741ebf19472)) + + + + + ## [0.13.38](https://gitee.com/newgateway/vtj/compare/@vtj/designer@0.13.37...@vtj/designer@0.13.38) (2025-12-17) diff --git a/packages/designer/package.json b/packages/designer/package.json index 7ee6e5077..ca562aff8 100644 --- a/packages/designer/package.json +++ b/packages/designer/package.json @@ -1,7 +1,7 @@ { "name": "@vtj/designer", "private": false, - "version": "0.13.38", + "version": "0.13.39", "type": "module", "keywords": [ "低代码引擎", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index f4920249e..a98a84c5a 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.39](https://gitee.com/newgateway/vtj/compare/@vtj/icons@0.13.38...@vtj/icons@0.13.39) (2025-12-20) + +**Note:** Version bump only for package @vtj/icons + + + + + ## [0.13.38](https://gitee.com/newgateway/vtj/compare/@vtj/icons@0.13.37...@vtj/icons@0.13.38) (2025-12-17) **Note:** Version bump only for package @vtj/icons diff --git a/packages/icons/package.json b/packages/icons/package.json index 2295dabef..734525e02 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,7 +1,7 @@ { "name": "@vtj/icons", "private": false, - "version": "0.13.38", + "version": "0.13.39", "type": "module", "keywords": [ "低代码引擎", diff --git a/packages/local/CHANGELOG.md b/packages/local/CHANGELOG.md index a3746a87e..5d4632298 100644 --- a/packages/local/CHANGELOG.md +++ b/packages/local/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.39](https://gitee.com/newgateway/vtj/compare/@vtj/local@0.13.38...@vtj/local@0.13.39) (2025-12-20) + +**Note:** Version bump only for package @vtj/local + + + + + ## [0.13.38](https://gitee.com/newgateway/vtj/compare/@vtj/local@0.13.37...@vtj/local@0.13.38) (2025-12-17) **Note:** Version bump only for package @vtj/local diff --git a/packages/local/package.json b/packages/local/package.json index a66409f02..c3d885983 100644 --- a/packages/local/package.json +++ b/packages/local/package.json @@ -1,7 +1,7 @@ { "name": "@vtj/local", "private": false, - "version": "0.13.38", + "version": "0.13.39", "type": "module", "keywords": [ "低代码引擎", diff --git a/packages/materials/CHANGELOG.md b/packages/materials/CHANGELOG.md index 9d3c798fb..0bd7ff59b 100644 --- a/packages/materials/CHANGELOG.md +++ b/packages/materials/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.39](https://gitee.com/newgateway/vtj/compare/@vtj/materials@0.13.38...@vtj/materials@0.13.39) (2025-12-20) + + +### Bug Fixes + +* 🐛 优化uniapp样式 ([154c9a8](https://gitee.com/newgateway/vtj/commits/154c9a840a71c192e9c6d3307c5b4741ebf19472)) + + +### Features + +* ✨ uniapp 支持 rpx 样式单位 ([d3bffef](https://gitee.com/newgateway/vtj/commits/d3bffef0019a27f066de0720b9571941d257896e)) + + + + + ## [0.13.38](https://gitee.com/newgateway/vtj/compare/@vtj/materials@0.13.37...@vtj/materials@0.13.38) (2025-12-17) **Note:** Version bump only for package @vtj/materials diff --git a/packages/materials/package.json b/packages/materials/package.json index 458b6543f..ab6dd1a45 100644 --- a/packages/materials/package.json +++ b/packages/materials/package.json @@ -1,7 +1,7 @@ { "name": "@vtj/materials", "private": false, - "version": "0.13.38", + "version": "0.13.39", "type": "module", "keywords": [ "低代码引擎", diff --git a/packages/parser/CHANGELOG.md b/packages/parser/CHANGELOG.md index 0fb54e4c9..b3d333aff 100644 --- a/packages/parser/CHANGELOG.md +++ b/packages/parser/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.39](https://gitee.com/newgateway/vtj/compare/@vtj/parser@0.13.38...@vtj/parser@0.13.39) (2025-12-20) + + +### Bug Fixes + +* 🐛 页面源码保存时,会将自定义的方法名重置 ([ad2946a](https://gitee.com/newgateway/vtj/commits/ad2946a864ae39932d74db949b290ae8b233f7d0)) +* 🐛 优化uniapp样式 ([154c9a8](https://gitee.com/newgateway/vtj/commits/154c9a840a71c192e9c6d3307c5b4741ebf19472)) + + + + + ## [0.13.38](https://gitee.com/newgateway/vtj/compare/@vtj/parser@0.13.37...@vtj/parser@0.13.38) (2025-12-17) **Note:** Version bump only for package @vtj/parser diff --git a/packages/parser/package.json b/packages/parser/package.json index a28be5abd..bf4b1e312 100644 --- a/packages/parser/package.json +++ b/packages/parser/package.json @@ -1,7 +1,7 @@ { "name": "@vtj/parser", "private": false, - "version": "0.13.38", + "version": "0.13.39", "type": "module", "keywords": [ "低代码引擎", diff --git a/packages/renderer/CHANGELOG.md b/packages/renderer/CHANGELOG.md index 3b6d46df8..68025d165 100644 --- a/packages/renderer/CHANGELOG.md +++ b/packages/renderer/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.39](https://gitee.com/newgateway/vtj/compare/@vtj/renderer@0.13.38...@vtj/renderer@0.13.39) (2025-12-20) + + +### Features + +* ✨ uniapp 支持 rpx 样式单位 ([d3bffef](https://gitee.com/newgateway/vtj/commits/d3bffef0019a27f066de0720b9571941d257896e)) +* **renderer:** 支持库插件安装时扩展配置参数 ([581fcf2](https://gitee.com/newgateway/vtj/commits/581fcf2755b3883c13acd38ad3beaf1dedf7ff80)) + + + + + ## [0.13.38](https://gitee.com/newgateway/vtj/compare/@vtj/renderer@0.13.37...@vtj/renderer@0.13.38) (2025-12-17) **Note:** Version bump only for package @vtj/renderer diff --git a/packages/renderer/package.json b/packages/renderer/package.json index f732c6474..37c386ee1 100644 --- a/packages/renderer/package.json +++ b/packages/renderer/package.json @@ -1,7 +1,7 @@ { "name": "@vtj/renderer", "private": false, - "version": "0.13.38", + "version": "0.13.39", "type": "module", "keywords": [ "低代码引擎", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 2b35defd4..f6539085f 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.39](https://gitee.com/newgateway/vtj/compare/@vtj/ui@0.13.38...@vtj/ui@0.13.39) (2025-12-20) + + +### Bug Fixes + +* 🐛 优化uniapp样式 ([154c9a8](https://gitee.com/newgateway/vtj/commits/154c9a840a71c192e9c6d3307c5b4741ebf19472)) + + + + + ## [0.13.38](https://gitee.com/newgateway/vtj/compare/@vtj/ui@0.13.37...@vtj/ui@0.13.38) (2025-12-17) **Note:** Version bump only for package @vtj/ui diff --git a/packages/ui/package.json b/packages/ui/package.json index a5bc3d480..aad329e3e 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,7 +1,7 @@ { "name": "@vtj/ui", "private": false, - "version": "0.13.38", + "version": "0.13.39", "type": "module", "keywords": [ "低代码引擎", diff --git a/packages/uni/CHANGELOG.md b/packages/uni/CHANGELOG.md index 517c62d1e..e2330ff5f 100644 --- a/packages/uni/CHANGELOG.md +++ b/packages/uni/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.39](https://gitee.com/newgateway/vtj/compare/@vtj/uni@0.13.38...@vtj/uni@0.13.39) (2025-12-20) + + +### Bug Fixes + +* 🐛 uniapp 适配 window.uni.showModal 错误 ([990c03b](https://gitee.com/newgateway/vtj/commits/990c03b3e87cc157903d1e5fc5d3870db75d2b5c)) + + + + + ## [0.13.38](https://gitee.com/newgateway/vtj/compare/@vtj/uni@0.13.37...@vtj/uni@0.13.38) (2025-12-17) **Note:** Version bump only for package @vtj/uni diff --git a/packages/uni/package.json b/packages/uni/package.json index ac534d3fd..8655532d6 100644 --- a/packages/uni/package.json +++ b/packages/uni/package.json @@ -1,7 +1,7 @@ { "name": "@vtj/uni", "private": false, - "version": "0.13.38", + "version": "0.13.39", "type": "module", "sideEffects": false, "keywords": [ diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index f59928bae..3315ca303 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.39](https://gitee.com/newgateway/vtj/compare/@vtj/utils@0.13.38...@vtj/utils@0.13.39) (2025-12-20) + +**Note:** Version bump only for package @vtj/utils + + + + + ## [0.13.38](https://gitee.com/newgateway/vtj/compare/@vtj/utils@0.13.37...@vtj/utils@0.13.38) (2025-12-17) **Note:** Version bump only for package @vtj/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index c56517473..3077382ca 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@vtj/utils", "private": false, - "version": "0.13.38", + "version": "0.13.39", "type": "module", "keywords": [ "低代码引擎", diff --git a/platforms/h5/CHANGELOG.md b/platforms/h5/CHANGELOG.md index 2110726b3..0ac525e6f 100644 --- a/platforms/h5/CHANGELOG.md +++ b/platforms/h5/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.39](https://gitee.com/newgateway/vtj/compare/@vtj/h5@0.13.38...@vtj/h5@0.13.39) (2025-12-20) + +**Note:** Version bump only for package @vtj/h5 + + + + + ## [0.13.38](https://gitee.com/newgateway/vtj/compare/@vtj/h5@0.13.37...@vtj/h5@0.13.38) (2025-12-17) **Note:** Version bump only for package @vtj/h5 diff --git a/platforms/h5/package.json b/platforms/h5/package.json index 147367f2d..87a195ac1 100644 --- a/platforms/h5/package.json +++ b/platforms/h5/package.json @@ -1,7 +1,7 @@ { "name": "@vtj/h5", "private": false, - "version": "0.13.38", + "version": "0.13.39", "type": "module", "sideEffects": false, "keywords": [ diff --git a/platforms/pro-uni/CHANGELOG.md b/platforms/pro-uni/CHANGELOG.md index 6b01c5dad..c733632ad 100644 --- a/platforms/pro-uni/CHANGELOG.md +++ b/platforms/pro-uni/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.39](https://github.com/samchen08/vtj.pro/compare/@vtj/pro-uni@0.13.38...@vtj/pro-uni@0.13.39) (2025-12-20) + + +### Bug Fixes + +* 🐛 优化uniapp样式 ([154c9a8](https://github.com/samchen08/vtj.pro/commit/154c9a840a71c192e9c6d3307c5b4741ebf19472)) + + + + + ## [0.13.38](https://github.com/samchen08/vtj.pro/compare/@vtj/pro-uni@0.13.37...@vtj/pro-uni@0.13.38) (2025-12-17) **Note:** Version bump only for package @vtj/pro-uni diff --git a/platforms/pro-uni/package.json b/platforms/pro-uni/package.json index a3f85e143..460dbfb1a 100644 --- a/platforms/pro-uni/package.json +++ b/platforms/pro-uni/package.json @@ -2,7 +2,7 @@ "name": "@vtj/pro-uni", "description": "VTJ.PRO", "private": true, - "version": "0.13.38", + "version": "0.13.39", "type": "module", "scripts": { "dev": "cross-env ENV_TYPE=local vite", diff --git a/platforms/pro/CHANGELOG.md b/platforms/pro/CHANGELOG.md index fc4c94b8d..8f946e22a 100644 --- a/platforms/pro/CHANGELOG.md +++ b/platforms/pro/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.39](https://gitee.com/newgateway/vtj/compare/@vtj/pro@0.13.38...@vtj/pro@0.13.39) (2025-12-20) + +**Note:** Version bump only for package @vtj/pro + + + + + ## [0.13.38](https://gitee.com/newgateway/vtj/compare/@vtj/pro@0.13.37...@vtj/pro@0.13.38) (2025-12-17) **Note:** Version bump only for package @vtj/pro diff --git a/platforms/pro/package.json b/platforms/pro/package.json index 9afa4b1aa..608d887cb 100644 --- a/platforms/pro/package.json +++ b/platforms/pro/package.json @@ -1,7 +1,7 @@ { "name": "@vtj/pro", "private": false, - "version": "0.13.38", + "version": "0.13.39", "keywords": [ "低代码引擎", "LowCode Engine", diff --git a/platforms/uni-app/CHANGELOG.md b/platforms/uni-app/CHANGELOG.md index cf71165bb..34a940744 100644 --- a/platforms/uni-app/CHANGELOG.md +++ b/platforms/uni-app/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.39](https://gitee.com/newgateway/vtj/compare/@vtj/uni-app@0.13.38...@vtj/uni-app@0.13.39) (2025-12-20) + +**Note:** Version bump only for package @vtj/uni-app + + + + + ## [0.13.38](https://gitee.com/newgateway/vtj/compare/@vtj/uni-app@0.13.37...@vtj/uni-app@0.13.38) (2025-12-17) **Note:** Version bump only for package @vtj/uni-app diff --git a/platforms/uni-app/package.json b/platforms/uni-app/package.json index 8ee3fa1ad..0d3298d49 100644 --- a/platforms/uni-app/package.json +++ b/platforms/uni-app/package.json @@ -1,7 +1,7 @@ { "name": "@vtj/uni-app", "private": false, - "version": "0.13.38", + "version": "0.13.39", "type": "module", "sideEffects": false, "keywords": [ diff --git a/platforms/web/CHANGELOG.md b/platforms/web/CHANGELOG.md index 2c282bc3c..35aec285f 100644 --- a/platforms/web/CHANGELOG.md +++ b/platforms/web/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.39](https://gitee.com/newgateway/vtj/compare/@vtj/web@0.13.38...@vtj/web@0.13.39) (2025-12-20) + +**Note:** Version bump only for package @vtj/web + + + + + ## [0.13.38](https://gitee.com/newgateway/vtj/compare/@vtj/web@0.13.37...@vtj/web@0.13.38) (2025-12-17) **Note:** Version bump only for package @vtj/web diff --git a/platforms/web/package.json b/platforms/web/package.json index ec77e4db5..7db8ca781 100644 --- a/platforms/web/package.json +++ b/platforms/web/package.json @@ -1,7 +1,7 @@ { "name": "@vtj/web", "private": false, - "version": "0.13.38", + "version": "0.13.39", "type": "module", "sideEffects": false, "keywords": [ -- Gitee From 59fcdaeb0742db3746a6f0c4abac5609ac8e75f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cchenhuachun=E2=80=9D?= <“samchen08@163.com”> Date: Sat, 20 Dec 2025 10:35:00 +0800 Subject: [PATCH 7/7] =?UTF-8?q?ci:=20=F0=9F=91=B7commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/charts/src/version.ts | 4 ++-- packages/coder/src/version.ts | 4 ++-- packages/core/src/version.ts | 4 ++-- packages/designer/src/version.ts | 4 ++-- packages/icons/src/version.ts | 4 ++-- packages/materials/src/version.ts | 4 ++-- packages/parser/src/version.ts | 4 ++-- packages/renderer/src/version.ts | 4 ++-- packages/ui/src/version.ts | 4 ++-- packages/uni/src/version.ts | 4 ++-- packages/utils/src/version.ts | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/packages/charts/src/version.ts b/packages/charts/src/version.ts index aa54d1b69..13db7e2a5 100644 --- a/packages/charts/src/version.ts +++ b/packages/charts/src/version.ts @@ -2,7 +2,7 @@ * Copyright (c) 2025, VTJ.PRO All rights reserved. * @name @vtj/charts * @author CHC chenhuachun1549@dingtalk.com - * @version 0.13.38 + * @version 0.13.39 * @license MIT License */ -export const version = '0.13.38'; \ No newline at end of file +export const version = '0.13.39'; \ No newline at end of file diff --git a/packages/coder/src/version.ts b/packages/coder/src/version.ts index d4dd40f7c..71f5c8f1f 100644 --- a/packages/coder/src/version.ts +++ b/packages/coder/src/version.ts @@ -2,7 +2,7 @@ * Copyright (c) 2025, VTJ.PRO All rights reserved. * @name @vtj/coder * @author CHC chenhuachun1549@dingtalk.com - * @version 0.13.38 + * @version 0.13.39 * @license MIT License */ -export const version = '0.13.38'; \ No newline at end of file +export const version = '0.13.39'; \ No newline at end of file diff --git a/packages/core/src/version.ts b/packages/core/src/version.ts index 02dd6a792..5f20c987a 100644 --- a/packages/core/src/version.ts +++ b/packages/core/src/version.ts @@ -2,7 +2,7 @@ * Copyright (c) 2025, VTJ.PRO All rights reserved. * @name @vtj/core * @author CHC chenhuachun1549@dingtalk.com - * @version 0.13.38 + * @version 0.13.39 * @license MIT License */ -export const version = '0.13.38'; \ No newline at end of file +export const version = '0.13.39'; \ No newline at end of file diff --git a/packages/designer/src/version.ts b/packages/designer/src/version.ts index 871fe34e3..7432a2e25 100644 --- a/packages/designer/src/version.ts +++ b/packages/designer/src/version.ts @@ -2,7 +2,7 @@ * Copyright (c) 2025, VTJ.PRO All rights reserved. * @name @vtj/designer * @author CHC chenhuachun1549@dingtalk.com - * @version 0.13.38 + * @version 0.13.39 * @license MIT License */ -export const version = '0.13.38'; \ No newline at end of file +export const version = '0.13.39'; \ No newline at end of file diff --git a/packages/icons/src/version.ts b/packages/icons/src/version.ts index c16db0349..bfbdb1034 100644 --- a/packages/icons/src/version.ts +++ b/packages/icons/src/version.ts @@ -2,7 +2,7 @@ * Copyright (c) 2025, VTJ.PRO All rights reserved. * @name @vtj/icons * @author CHC chenhuachun1549@dingtalk.com - * @version 0.13.38 + * @version 0.13.39 * @license MIT License */ -export const version = '0.13.38'; \ No newline at end of file +export const version = '0.13.39'; \ No newline at end of file diff --git a/packages/materials/src/version.ts b/packages/materials/src/version.ts index 8f6574dc0..87f0f69d7 100644 --- a/packages/materials/src/version.ts +++ b/packages/materials/src/version.ts @@ -2,7 +2,7 @@ * Copyright (c) 2025, VTJ.PRO All rights reserved. * @name @vtj/materials * @author CHC chenhuachun1549@dingtalk.com - * @version 0.13.38 + * @version 0.13.39 * @license MIT License */ -export const version = '0.13.38'; \ No newline at end of file +export const version = '0.13.39'; \ No newline at end of file diff --git a/packages/parser/src/version.ts b/packages/parser/src/version.ts index 79dcfe10b..4ba009670 100644 --- a/packages/parser/src/version.ts +++ b/packages/parser/src/version.ts @@ -2,7 +2,7 @@ * Copyright (c) 2025, VTJ.PRO All rights reserved. * @name @vtj/parser * @author CHC chenhuachun1549@dingtalk.com - * @version 0.13.38 + * @version 0.13.39 * @license MIT License */ -export const version = '0.13.38'; \ No newline at end of file +export const version = '0.13.39'; \ No newline at end of file diff --git a/packages/renderer/src/version.ts b/packages/renderer/src/version.ts index 73c6c4390..e4e4ed4c7 100644 --- a/packages/renderer/src/version.ts +++ b/packages/renderer/src/version.ts @@ -2,7 +2,7 @@ * Copyright (c) 2025, VTJ.PRO All rights reserved. * @name @vtj/renderer * @author CHC chenhuachun1549@dingtalk.com - * @version 0.13.38 + * @version 0.13.39 * @license MIT License */ -export const version = '0.13.38'; \ No newline at end of file +export const version = '0.13.39'; \ No newline at end of file diff --git a/packages/ui/src/version.ts b/packages/ui/src/version.ts index 96032265e..28e2a75fb 100644 --- a/packages/ui/src/version.ts +++ b/packages/ui/src/version.ts @@ -2,7 +2,7 @@ * Copyright (c) 2025, VTJ.PRO All rights reserved. * @name @vtj/ui * @author CHC chenhuachun1549@dingtalk.com - * @version 0.13.38 + * @version 0.13.39 * @license MIT License */ -export const version = '0.13.38'; \ No newline at end of file +export const version = '0.13.39'; \ No newline at end of file diff --git a/packages/uni/src/version.ts b/packages/uni/src/version.ts index 441495b37..25ec96a26 100644 --- a/packages/uni/src/version.ts +++ b/packages/uni/src/version.ts @@ -2,7 +2,7 @@ * Copyright (c) 2025, VTJ.PRO All rights reserved. * @name @vtj/uni * @author CHC chenhuachun1549@dingtalk.com - * @version 0.13.38 + * @version 0.13.39 * @license MIT License */ -export const version = '0.13.38'; \ No newline at end of file +export const version = '0.13.39'; \ No newline at end of file diff --git a/packages/utils/src/version.ts b/packages/utils/src/version.ts index 955463e88..03eb61907 100644 --- a/packages/utils/src/version.ts +++ b/packages/utils/src/version.ts @@ -2,7 +2,7 @@ * Copyright (c) 2025, VTJ.PRO All rights reserved. * @name @vtj/utils * @author CHC chenhuachun1549@dingtalk.com - * @version 0.13.38 + * @version 0.13.39 * @license MIT License */ -export const version = '0.13.38'; \ No newline at end of file +export const version = '0.13.39'; \ No newline at end of file -- Gitee