chore(legal): update agreement links
This commit is contained in:
@@ -244,7 +244,7 @@ export function SubscriptionScreen({
|
||||
<span className={styles.agreementLabel}>
|
||||
I agree to the{" "}
|
||||
<a
|
||||
href={AppConstants.privacyPolicyUrl}
|
||||
href={AppConstants.membershipAgreementUrl}
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
className={styles.agreementLink}
|
||||
@@ -253,7 +253,7 @@ export function SubscriptionScreen({
|
||||
</a>{" "}
|
||||
and{" "}
|
||||
<a
|
||||
href={AppConstants.termsOfServiceUrl}
|
||||
href={AppConstants.autoRenewalAgreementUrl}
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
className={styles.agreementLink}
|
||||
|
||||
@@ -5,11 +5,19 @@ export class AppConstants {
|
||||
|
||||
/** 隐私政策文档链接 */
|
||||
static readonly privacyPolicyUrl =
|
||||
"https://docs.google.com/document/d/1KyNkbnZ5-2gNUFlE0Jd9eqp-MGKOc95OBAa6hrxK1wg/edit?usp=sharing";
|
||||
"https://www.banlv-ai.com/cozsweet/privacy-policy.html";
|
||||
|
||||
/** 服务条款文档链接 */
|
||||
static readonly termsOfServiceUrl =
|
||||
"https://docs.google.com/document/d/1ZL5-uDKLNQrkNnWNKlVFi5atwA9hBpNVyoXzzXf1GHs/edit?usp=sharing";
|
||||
"https://www.banlv-ai.com/cozsweet/service-terms.html";
|
||||
|
||||
/** 会员服务协议文档链接 */
|
||||
static readonly membershipAgreementUrl =
|
||||
"https://www.banlv-ai.com/cozsweet/membership-agreement.html";
|
||||
|
||||
/** 自动续费服务协议文档链接 */
|
||||
static readonly autoRenewalAgreementUrl =
|
||||
"https://www.banlv-ai.com/cozsweet/auto-renewal-agreement.html";
|
||||
|
||||
/** 开发环境 APP 标题 */
|
||||
static readonly appTitleDevelopment = "Develop";
|
||||
|
||||
Reference in New Issue
Block a user