first commit

This commit is contained in:
Mrx
2026-05-16 15:47:07 +08:00
commit 03de10f800
146 changed files with 33663 additions and 0 deletions

9
.env Normal file
View File

@@ -0,0 +1,9 @@
# 客户端可读变量必须以 VITE_ 开头
# 不配置 VITE_API_BASE_URL 时,逻辑在 src/api/http.js 的 resolveBaseUrl()
# - H5默认 /api/v1配合 vite.config.js 里 proxy
# - 非 H5默认 https://www.tianyuancha.cn/api/v1
#
# 需要覆盖时再取消注释其一:
# VITE_API_BASE_URL=/api/v1
VITE_API_BASE_URL=http://127.0.0.1:8888/api/v1
# VITE_API_BASE_URL=https://www.tianyuancha.cn/api/v1