consumer模块完成度95%,优化安卓端界面和小程序测试3
This commit is contained in:
10
scripts/restore-config.bat
Normal file
10
scripts/restore-config.bat
Normal 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 公共配置已恢复
|
||||
Reference in New Issue
Block a user