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,9 +1,9 @@
@echo off
chcp 65001 >nul
echo 启动前端开发服务器...
cd mengyakeyvault-frontend
if not exist node_modules (
echo 正在安装依赖...
call npm install
)
npm start
@echo off
chcp 65001 >nul
echo 启动前端开发服务器...
cd mengyakeyvault-frontend
if not exist node_modules (
echo 正在安装依赖...
call npm install
)
npm start