Blame view

lib/common/core/app_consts.dart 396 Bytes
c61b3c1a   Key   feat: toast_util....
1
2
  class AppConsts {
    /// 隐私协议
e6a4e63c   Key   fixed: 修改个人信息性别
3
    static const String userPrivacyPolicyUrl = 'http://page.kouyuxingqiu.com/wowenglishuserregister.html';
c61b3c1a   Key   feat: toast_util....
4
5
  
    /// 儿童隐私协议
e6a4e63c   Key   fixed: 修改个人信息性别
6
    static const String childrenPrivacyPolicyUrl = 'http://page.kouyuxingqiu.com/wowenglishchildprotect.html';
c61b3c1a   Key   feat: toast_util....
7
8
9
10
  
    /// 与第三方共享协议
    static const String userTermSdkUrl = 'http://page.kouyuxingqiu.com/term_sdk.html';
  }