chore: initial commit

This commit is contained in:
XingCheng3
2026-05-29 09:34:12 +08:00
commit f477d03f58
36 changed files with 8288 additions and 0 deletions

3
.env.development Normal file
View File

@@ -0,0 +1,3 @@
ENV = 'development'
VITE_BASE_URL = 'http://localhost:10081'
VITE_CONFIG_URL = './public/config.js'