3
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user