初始化提交

This commit is contained in:
史悦
2026-01-07 16:46:09 +08:00
commit 0dbb36be9d
113 changed files with 16197 additions and 0 deletions

3
frontend/.env.production Normal file
View File

@@ -0,0 +1,3 @@
NODE_ENV = 'production'
VITE_APP_MODE = 'production'
VITE_APP_API_URL = '/api'