- .env 文件移除未使用的 VITE_API_PAY_* 变量,更新生产环境 URL - 删除 5 个已废弃的 model-configs JSON 文件 - CLAUDE.md 新增 Music 平台架构说明与计费类型映射 - getPlatformCode / getChargeType 增加输入大小写归一化
20 lines
639 B
Plaintext
20 lines
639 B
Plaintext
# 地址前缀
|
|
VITE_BASE = '/'
|
|
|
|
# 主服务
|
|
VITE_API_PREFIX = '/api'
|
|
VITE_API_BASE_URL = 'http://test.xueai.art/newapi/api' # http://huanda.xueai.art http://106.54.11.219/api 43.248.131.153:8003
|
|
|
|
# 任务处理模块
|
|
VITE_API_WORKFLOW_UPLOAD = 'http://test.xueai.art/AIGC/Temp/uploadImage' # https://sxwz.xueai.art/workflow https://designtools.xueai.art/workflow
|
|
VITE_API_TASK_PREFIX = '/suanli'
|
|
VITE_API_TASK_TARGET = 'http://test.xueai.art'
|
|
|
|
# 是否开启开发者工具
|
|
VITE_OPEN_DEVTOOLS = false
|
|
|
|
# 是否开启KKFileView
|
|
FILE_OPEN_PREVIEW = true
|
|
# KKFileView服务器地址
|
|
# FILE_VIEW_SERVER_URL = 'http://192.168.122.209:8012'
|