feat: add showBaseHeader state management and update BaseHeader component

This commit is contained in:
2026-02-26 04:04:37 +08:00
parent 7489b8f1ab
commit 5562296ad7
3 changed files with 15 additions and 0 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"