This commit is contained in:
XingCheng3
2026-05-22 12:58:05 +08:00
commit 397a168fe9
43 changed files with 13418 additions and 0 deletions

3
.env.production Normal file
View File

@@ -0,0 +1,3 @@
ENV = 'production'
VITE_BASE_URL = 'http://127.0.0.1:10081'
VITE_CONFIG_URL = './config.js'