app_consts.dart
396 Bytes
class AppConsts {
/// 隐私协议
static const String userPrivacyPolicyUrl = 'http://page.kouyuxingqiu.com/wowenglishuserregister.html';
/// 儿童隐私协议
static const String childrenPrivacyPolicyUrl = 'http://page.kouyuxingqiu.com/wowenglishchildprotect.html';
/// 与第三方共享协议
static const String userTermSdkUrl = 'http://page.kouyuxingqiu.com/term_sdk.html';
}