feat: 自动提交 - 周一 2025/09/22 15:12:38.91

This commit is contained in:
赵杰
2025-09-22 15:12:38 +01:00
parent 9306e7a401
commit b635c9e7d4
41 changed files with 7360 additions and 950 deletions

15
download_nodejs.bat Normal file
View File

@@ -0,0 +1,15 @@
@echo off
echo 下载便携版Node.js...
echo.
echo 正在下载Node.js便携版...
echo 请手动下载Node.js便携版
echo 1. 访问: https://nodejs.org/dist/v20.10.0/node-v20.10.0-win-x64.zip
echo 2. 下载并解压到 frontend\nodejs\ 目录
echo 3. 确保解压后的目录结构为: frontend\nodejs\node.exe
echo.
echo 下载完成后,请运行: .\start_frontend_portable.bat
echo.
pause