初始化项目

This commit is contained in:
2025-06-06 15:43:37 +08:00
commit 4cb5a9f7ea
273 changed files with 22747 additions and 0 deletions

12
bin/package.bat Normal file
View File

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