Blame view

lib/common/core/app_consts.dart 675 Bytes
c61b3c1a   Key   feat: toast_util....
1
2
  class AppConsts {
    /// 隐私协议
a04e399e   biao   小鹅购买
3
4
    static const String userPrivacyPolicyUrl =
        'http://page.kouyuxingqiu.com/wowenglishuserregister.html';
c61b3c1a   Key   feat: toast_util....
5
6
  
    /// 儿童隐私协议
a04e399e   biao   小鹅购买
7
8
9
10
11
    static const String childrenPrivacyPolicyUrl =
        'http://page.kouyuxingqiu.com/wowenglishchildprotect.html';
  
    /// 小鵝通
    static const String xiaoeShopUrl = 'https://appo61s7g678876.h5.xiaoeknow.com';
c61b3c1a   Key   feat: toast_util....
12
13
  
    /// 与第三方共享协议
a04e399e   biao   小鹅购买
14
15
    static const String userTermSdkUrl =
        'http://page.kouyuxingqiu.com/term_sdk.html';
997ea0d6   liangchengyou   feat:绘本闪退问题修复
16
  
0fa4e405   吴启风   feat: 将语音评测从先声迁移至驰声
17
18
19
    /// 驰声语音评测 SDK
    static const String chivoxAppKey = '1718784836000171';
    static const String chivoxSecretKey = '3ce4e362e86b6c95e3b39a29fa486167';
c61b3c1a   Key   feat: toast_util....
20
  }