This commit is contained in:
2026-03-09 17:34:08 +08:00
parent c1ace5f53e
commit 0af7428353
55 changed files with 1630 additions and 665 deletions

View File

@@ -76,15 +76,19 @@
// 法律文档 URL。
// 若未配置线上地址,主 App 会自动回退到内置 HTML 页面,避免出现空入口。
#ifndef KB_TERMS_OF_SERVICE_URL
#define KB_TERMS_OF_SERVICE_URL @""
#define KB_TERMS_OF_SERVICE_URL @"https://loveamorkey.com/agreement/user"
#endif
#ifndef KB_PRIVACY_POLICY_URL
#define KB_PRIVACY_POLICY_URL @""
#define KB_PRIVACY_POLICY_URL @"https://loveamorkey.com/agreement/privacy"
#endif
#ifndef KB_MEMBERSHIP_AGREEMENT_URL
#define KB_MEMBERSHIP_AGREEMENT_URL @""
#define KB_MEMBERSHIP_AGREEMENT_URL @"https://loveamorkey.com/agreement/vip"
#endif
#ifndef KB_AUTO_RENEWAL_AGREEMENT_URL
#define KB_AUTO_RENEWAL_AGREEMENT_URL @"https://loveamorkey.com/agreement/aotu"
#endif
#endif /* KBConfig_h */