更新 .cnb.yml 配置,删除不必要的文件,添加 Gitea 同步功能,更新图标链接,重构环境变量示例

This commit is contained in:
2026-02-04 18:08:05 +08:00
parent c4dbb75698
commit 925bf7aab2
8 changed files with 53 additions and 45 deletions

7
.env.example 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"