first commit

This commit is contained in:
baozaotumao2025
2026-07-18 21:10:39 +08:00
commit 1b90e552a5
91 changed files with 9056 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# Backend API root. Restart the dev server after changing it.
VITE_API_BASE_URL=http://localhost:8000/api/v1
# Frontend console log threshold: debug | info | warn | error
VITE_LOG_LEVEL=info
# Never put passwords, tokens, JUDGE_API_KEY, or TARGET_API_KEY in VITE_ variables.
# Every VITE_ variable is bundled into browser-visible frontend code.