完成consumer端同步

This commit is contained in:
2026-05-14 15:28:09 +08:00
parent 612fb3d360
commit 0ffbc53902
197 changed files with 92657 additions and 7564 deletions

View File

@@ -7,16 +7,12 @@ echo "========================================"
echo ""
echo "[1/2] 恢复配置文件..."
if [ -f "pages.json.bak" ]; then
cp pages.json.bak pages.json
rm pages.json.bak
echo " 已恢复 pages.json"
fi
if [ -f "manifest.json.bak" ]; then
cp manifest.json.bak manifest.json
rm manifest.json.bak
echo " 已恢复 manifest.json"
fi
npm run pages:full
echo ""
echo "[2/2] 完成!"