feat: 添加使用脚本切换小程序的替换

This commit is contained in:
2025-09-22 22:07:18 +08:00
parent 5975914e55
commit 4503e487f1
7 changed files with 521 additions and 66 deletions

View File

@@ -37,7 +37,8 @@
"build:mp-xhs": "uni build -p mp-xhs",
"build:quickapp-webview": "uni build -p quickapp-webview",
"build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei",
"build:quickapp-webview-union": "uni build -p quickapp-webview-union"
"build:quickapp-webview-union": "uni build -p quickapp-webview-union",
"switch-client": "node scripts/update-appid.js"
},
"dependencies": {
"@dcloudio/uni-app": "3.0.0-4070620250821001",