Files
SoonDesign/frontend-web/config/local.js.example
T
24kycj 152228d41f 前端配置迁至 config/local.js,完善支付、模板库与部署脚本
- 页面直接引用 local.js 设置 SOON_DEPLOY_CONFIG,移除 deploy-config
- Docker sync-config 生成 local.js;更新 README 与 agent-core 说明
- 模板库自动扫描 .soon;新增后端部署/种子/排查脚本
- 完善支付配置、订阅弹窗与后台支付管理页

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-08 20:48:51 +08:00

9 lines
365 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// 复制为同目录 local.js(全量更新 frontend 时不要覆盖 local.js
window.SOON_DEPLOY_CONFIG = {
api_v1_base: 'https://designadmin.cardsoon.com/api/v1',
api_admin_base: 'https://designadmin.cardsoon.com/api/admin',
front_base_url: 'https://design.cardsoon.com',
web_base: 'https://design.cardsoon.com',
version: '1.0.0'
};