feat: 增加后台管理端UI

This commit is contained in:
yjm
2026-04-25 21:59:54 +08:00
parent 8bb2b9f176
commit 22ebd66102
292 changed files with 26088 additions and 6 deletions

12
zzyl-ui/bin/package.bat Normal file
View File

@@ -0,0 +1,12 @@
@echo off
echo.
echo [信息] 安装Web工程生成node_modules文件。
echo.
%~d0
cd %~dp0
cd ..
npm install --registry=https://registry.npmmirror.com
pause