first commit

This commit is contained in:
2026-06-14 20:31:10 +08:00
parent c33b143176
commit 1ed3f576fa
51 changed files with 3362 additions and 810 deletions

4
dev.bat Normal file
View File

@@ -0,0 +1,4 @@
@echo off
start "sproutclaw-web Frontend" cmd /k "%~dp0run-frontend.bat"
start "sproutclaw-web Backend" cmd /k "%~dp0run-backend.bat"