This commit is contained in:
2025-04-28 13:12:29 +08:00
parent 10787fea6b
commit 55c97ad564
6 changed files with 710 additions and 443 deletions

7
.env.development Normal file
View File

@@ -0,0 +1,7 @@
## 本地环境
# VITE_API_URL = "http://localhost:8000"
### 开发环境
VITE_API_URL = "https://kevisual.xiongxiao.me"
### 生产环境
# VITE_API_URL = "https://kevisual.cn"