chore: sync project updates

This commit is contained in:
root
2026-03-11 21:15:06 +08:00
parent 5a56af2ce8
commit f1b4dfc44e
35 changed files with 20688 additions and 20031 deletions

View File

@@ -1,10 +1,9 @@
@echo off
chcp 65001 >nul
echo 构建前端项目...
cd mengyakeyvault-frontend
if not exist node_modules (
echo 正在安装依赖...
call npm install
)
npm run build
echo 构建完成输出目录mengyakeyvault-frontend\build
@echo off
chcp 65001 >nul
echo 构建前端项目...
cd mengyakeyvault-frontend
if not exist node_modules (
echo 正在安装依赖...
call npm install
)
npm run build