c61b3c1a
Key
feat: toast_util....
|
1
2
3
4
5
6
7
8
9
10
11
12
|
class AppConsts {
/// 隐私协议
static const String userPrivacyPolicyUrl =
'http://page.kouyuxingqiu.com/%E7%94%A8%E6%88%B7%E6%B3%A8%E5%86%8C%E5%8F%8A%E4%BD%BF%E7%94%A8APP%E9%9A%90%E7%A7%81%E5%8D%8F%E8%AE%AE.html';
/// 儿童隐私协议
static const String childrenPrivacyPolicyUrl =
'https://ishowedu-public-images.ishowedu.com/%E5%8F%A3%E8%AF%AD%E6%98%9F%E7%90%83%E5%84%BF%E7%AB%A5%E9%9A%90%E7%A7%81%E4%BF%9D%E6%8A%A4%E6%94%BF%E7%AD%96_iShowLD%E4%BF%AE%E8%AE%A2_20210913%281%29.html';
/// 与第三方共享协议
static const String userTermSdkUrl = 'http://page.kouyuxingqiu.com/term_sdk.html';
}
|