This commit is contained in:
2026-03-08 21:29:10 +08:00
parent 9fb2e2e694
commit c1ace5f53e
34 changed files with 870 additions and 1930 deletions

View File

@@ -71,6 +71,21 @@
#define KB_UL_SETTINGS KB_UL_BASE @"/settings"
// 充值入口的通用链接:当前复用 /login 路径,通过 query 区分(避免额外配置 AASA 路径)
#define KB_UL_RECHARGE KB_UL_BASE @"/recharge"
#define KB_UL_LEGAL KB_UL_BASE @"/legal"
// 法律文档 URL。
// 若未配置线上地址,主 App 会自动回退到内置 HTML 页面,避免出现空入口。
#ifndef KB_TERMS_OF_SERVICE_URL
#define KB_TERMS_OF_SERVICE_URL @""
#endif
#ifndef KB_PRIVACY_POLICY_URL
#define KB_PRIVACY_POLICY_URL @""
#endif
#ifndef KB_MEMBERSHIP_AGREEMENT_URL
#define KB_MEMBERSHIP_AGREEMENT_URL @""
#endif
#endif /* KBConfig_h */