consumer模块完成度95%,优化安卓端界面和小程序测试3

This commit is contained in:
cyh666666
2026-03-13 17:12:00 +08:00
parent b2a6e5a142
commit b5c7947ad8
1741 changed files with 3427 additions and 2036 deletions

View File

@@ -0,0 +1,10 @@
@echo off
chcp 65001 >nul 2>&1
if exist pages.json.bak copy /y pages.json.bak pages.json >nul 2>&1
if exist manifest.json.bak copy /y manifest.json.bak manifest.json >nul 2>&1
if exist pages.json.bak del pages.json.bak >nul 2>&1
if exist manifest.json.bak del manifest.json.bak >nul 2>&1
echo 公共配置已恢复