diff --git a/lib/app/config/configs/sc_variant1_config.dart b/lib/app/config/configs/sc_variant1_config.dart index 0c61b28..b053ae9 100644 --- a/lib/app/config/configs/sc_variant1_config.dart +++ b/lib/app/config/configs/sc_variant1_config.dart @@ -26,7 +26,7 @@ class SCVariant1Config implements AppConfig { String get privacyAgreementUrl => 'https://h5.haiyihy.com/privacy.html'; // 正式隐私政策页面 @override - String get userAgreementUrl => 'https://www.atuchat.com/service.html'; // 测试用户协议页面,上架前需替换 + String get userAgreementUrl => 'https://h5.haiyihy.com/service.html'; // 正式用户协议页面 @override String get appDownloadUrlGoogle => 'https://play.google.com/store/apps/details?id=$packageName'; @@ -35,40 +35,40 @@ class SCVariant1Config implements AppConfig { String get appDownloadUrlApple => 'https://apps.apple.com/us/app/atuchat/id1234567890'; // 需要更新为真实App Store ID @override - String get anchorAgentUrl => 'https://h5.atuchat.com/#/apply'; // 测试H5页面,上架前需替换为正式域名 + String get anchorAgentUrl => 'https://h5.haiyihy.com/apply/index.html'; // 正式 H5 页面 @override - String get hostCenterUrl => 'https://h5.atuchat.com/#/host-center'; // 测试H5页面,上架前需替换为正式域名 + String get hostCenterUrl => 'https://h5.haiyihy.com/host-center/index.html'; // 正式 H5 页面 @override - String get bdCenterUrl => 'https://h5.atuchat.com/#/bd-center'; // 测试H5页面,上架前需替换为正式域名 + String get bdCenterUrl => 'https://h5.haiyihy.com/bd-center/index.html'; // 正式 H5 页面 @override - String get bdLeaderUrl => 'http://h5.atuchat.com/#/bd-leader-center'; // 测试H5页面,上架前需替换为正式域名 + String get bdLeaderUrl => 'https://h5.haiyihy.com/bd-leader-center/index.html'; // 正式 H5 页面 @override - String get coinSellerUrl => 'https://h5.atuchat.com/#/coin-seller'; // 测试H5页面,上架前需替换为正式域名 + String get coinSellerUrl => 'https://h5.haiyihy.com/coin-seller/index.html'; // 正式 H5 页面 @override - String get adminUrl => 'https://h5.atuchat.com/#/admin-center'; // 测试H5页面,上架前需替换为正式域名 + String get adminUrl => 'https://h5.haiyihy.com/admin-center/index.html'; // 正式 H5 页面 @override - String get agencyCenterUrl => 'https://h5.atuchat.com/#/agency-center'; // 测试H5页面,上架前需替换为正式域名 + String get agencyCenterUrl => 'https://h5.haiyihy.com/agency-center/index.html'; // 正式 H5 页面 @override - String get gamesKingUrl => 'https://h5.atuchat.com/#/games-king'; // 测试H5页面,上架前需替换为正式域名 + String get gamesKingUrl => 'https://h5.haiyihy.com/games-king/index.html'; // 正式 H5 页面 @override - String get wealthRankUrl => 'https://h5.atuchat.com/#/ranking?first=Wealth'; // 测试H5页面,上架前需替换为正式域名 + String get wealthRankUrl => 'https://h5.haiyihy.com/ranking/index.html?first=Wealth'; // 正式 H5 页面 @override - String get charmRankUrl => 'https://h5.atuchat.com/#/ranking?first=Charm'; // 测试H5页面,上架前需替换为正式域名 + String get charmRankUrl => 'https://h5.haiyihy.com/ranking/index.html?first=Charm'; // 正式 H5 页面 @override - String get roomRankUrl => 'https://h5.atuchat.com/#/ranking?first=Room'; // 测试H5页面,上架前需替换为正式域名 + String get roomRankUrl => 'https://h5.haiyihy.com/ranking/index.html?first=Room'; // 正式 H5 页面 @override - String get inviteNewUserUrl => 'https://h5.atuchat.com/#/invitation/invite-new-user'; // 测试H5页面,上架前需替换为正式域名 + String get inviteNewUserUrl => 'https://h5.haiyihy.com/invitation/invite-new-user/index.html'; // 正式 H5 页面 @override int get primaryColor => 0xffFF5722; // 不同主色(橙色)