|
|
@@ -1,4 +1,93 @@
|
|
|
{
|
|
|
- "statusBarColor": "#ffffff",
|
|
|
- "isStatusBarDarkColor": true
|
|
|
+ "configVersion": "2.0",
|
|
|
+ "nav": {
|
|
|
+ "hidden": false,
|
|
|
+ "backgroundColor": "#FFFFFF",
|
|
|
+ "title": {
|
|
|
+ "text": "本机号码一键登录",
|
|
|
+ "color": "#333333",
|
|
|
+ "fontSize": 18,
|
|
|
+ "fontWeight": "normal"
|
|
|
+ },
|
|
|
+ "leftBtn": {
|
|
|
+ "normalImage": "yd_close_black",
|
|
|
+ "highlightImage": "yd_close_black",
|
|
|
+ "width": 22,
|
|
|
+ "height": 22,
|
|
|
+ "marginLeft": 15
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "logo": {
|
|
|
+ "hidden": false,
|
|
|
+ "image": "yd_logo.png",
|
|
|
+ "width": 60,
|
|
|
+ "height": 60,
|
|
|
+ "marginTop": 30,
|
|
|
+ "marginBottom": 20
|
|
|
+ },
|
|
|
+ "number": {
|
|
|
+ "hidden": false,
|
|
|
+ "text": "正在获取手机号...",
|
|
|
+ "color": "#333333",
|
|
|
+ "fontSize": 24,
|
|
|
+ "marginBottom": 40
|
|
|
+ },
|
|
|
+ "slogan": {
|
|
|
+ "hidden": false,
|
|
|
+ "text": "本机号码一键登录",
|
|
|
+ "color": "#999999",
|
|
|
+ "fontSize": 14,
|
|
|
+ "marginBottom": 40
|
|
|
+ },
|
|
|
+ "loginBtn": {
|
|
|
+ "hidden": false,
|
|
|
+ "normalText": "同意协议并登录",
|
|
|
+ "highlightText": "同意协议并登录",
|
|
|
+ "textColor": "#FFFFFF",
|
|
|
+ "normalBackgroundColor": "#007AFF",
|
|
|
+ "highlightBackgroundColor": "#0066CC",
|
|
|
+ "cornerRadius": 25,
|
|
|
+ "height": 50,
|
|
|
+ "marginLeft": 30,
|
|
|
+ "marginRight": 30,
|
|
|
+ "marginBottom": 20
|
|
|
+ },
|
|
|
+ "privacy": {
|
|
|
+ "hidden": false,
|
|
|
+ "text": "登录即表示同意",
|
|
|
+ "color": "#999999",
|
|
|
+ "fontSize": 12,
|
|
|
+ "textAlign": "center",
|
|
|
+ "marginLeft": 30,
|
|
|
+ "marginRight": 30,
|
|
|
+ "marginBottom": 30,
|
|
|
+ "appPrivacy": {
|
|
|
+ "text": "《用户协议》",
|
|
|
+ "color": "#007AFF",
|
|
|
+ "url": "https://doc.v8dashen.com/doc/546b8b5175a1b4db"
|
|
|
+ },
|
|
|
+ "appPrivacy2": {
|
|
|
+ "text": "《隐私政策》",
|
|
|
+ "color": "#007AFF",
|
|
|
+ "url": "https://doc.v8dashen.com/doc/bad49f15215daa70"
|
|
|
+ },
|
|
|
+ "thirdPrivacy": [
|
|
|
+ {
|
|
|
+ "text": "《易盾隐私政策》",
|
|
|
+ "color": "#007AFF",
|
|
|
+ "url": "https://dun.163.com/privacy"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "otherLoginType": {
|
|
|
+ "hidden": true,
|
|
|
+ "text": "其他方式登录",
|
|
|
+ "color": "#999999",
|
|
|
+ "fontSize": 14,
|
|
|
+ "marginBottom": 30
|
|
|
+ },
|
|
|
+ "background": {
|
|
|
+ "type": "color",
|
|
|
+ "color": "#FFFFFF"
|
|
|
+ }
|
|
|
}
|