chore: sync

This commit is contained in:
2026-03-18 22:09:43 +08:00
parent 19d647c9e1
commit 091d1953e8
29 changed files with 564 additions and 1188 deletions

11
build_frontend.bat Normal file
View File

@@ -0,0 +1,11 @@
@echo off
setlocal
set "ROOT=%~dp0"
cd /d "%ROOT%SproutWorkCollect-Frontend"
npm install
npm run build
endlocal