This commit is contained in:
van
2026-06-10 17:05:54 +08:00
commit d1b4e518f2
6 changed files with 424 additions and 0 deletions

7
config.example.js Normal file
View File

@@ -0,0 +1,7 @@
// 复制为 config.js 后按环境修改
window.OPEN_JD_CONFIG = {
// 同域反代(推荐)
apiBase: '/jarvis-api'
// 直连后端(需后端开 CORS一般不推荐
// apiBase: 'https://jarvis.van333.cn/jarvis-api'
}