初始化项目

This commit is contained in:
2025-11-20 09:41:24 +08:00
parent afcacb878a
commit 66dada5605
9 changed files with 1620 additions and 1938 deletions

5
.env.development Normal file
View File

@@ -0,0 +1,5 @@
# 本地环境
ENV = 'development'
# 本地环境接口地址
VITE_API_URL = 'http://localhost:8808/'