ios_quick_login_config.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "configVersion": "2.0",
  3. "nav": {
  4. "hidden": false,
  5. "backgroundColor": "#FFFFFF",
  6. "title": {
  7. "text": "本机号码一键登录",
  8. "color": "#333333",
  9. "fontSize": 18,
  10. "fontWeight": "normal"
  11. },
  12. "leftBtn": {
  13. "normalImage": "yd_close_black",
  14. "highlightImage": "yd_close_black",
  15. "width": 22,
  16. "height": 22,
  17. "marginLeft": 15
  18. }
  19. },
  20. "logo": {
  21. "hidden": false,
  22. "image": "yd_logo.png",
  23. "width": 60,
  24. "height": 60,
  25. "marginTop": 30,
  26. "marginBottom": 20
  27. },
  28. "number": {
  29. "hidden": false,
  30. "text": "正在获取手机号...",
  31. "color": "#333333",
  32. "fontSize": 24,
  33. "marginBottom": 40
  34. },
  35. "slogan": {
  36. "hidden": false,
  37. "text": "本机号码一键登录",
  38. "color": "#999999",
  39. "fontSize": 14,
  40. "marginBottom": 40
  41. },
  42. "loginBtn": {
  43. "hidden": false,
  44. "normalText": "同意协议并登录",
  45. "highlightText": "同意协议并登录",
  46. "textColor": "#FFFFFF",
  47. "normalBackgroundColor": "#007AFF",
  48. "highlightBackgroundColor": "#0066CC",
  49. "cornerRadius": 25,
  50. "height": 50,
  51. "marginLeft": 30,
  52. "marginRight": 30,
  53. "marginBottom": 20
  54. },
  55. "privacy": {
  56. "hidden": false,
  57. "text": "登录即表示同意",
  58. "color": "#999999",
  59. "fontSize": 12,
  60. "textAlign": "center",
  61. "marginLeft": 30,
  62. "marginRight": 30,
  63. "marginBottom": 30,
  64. "appPrivacy": {
  65. "text": "《用户协议》",
  66. "color": "#007AFF",
  67. "url": "https://doc.v8dashen.com/doc/546b8b5175a1b4db"
  68. },
  69. "appPrivacy2": {
  70. "text": "《隐私政策》",
  71. "color": "#007AFF",
  72. "url": "https://doc.v8dashen.com/doc/bad49f15215daa70"
  73. },
  74. "thirdPrivacy": [
  75. {
  76. "text": "《易盾隐私政策》",
  77. "color": "#007AFF",
  78. "url": "https://dun.163.com/privacy"
  79. }
  80. ]
  81. },
  82. "otherLoginType": {
  83. "hidden": true,
  84. "text": "其他方式登录",
  85. "color": "#999999",
  86. "fontSize": 14,
  87. "marginBottom": 30
  88. },
  89. "background": {
  90. "type": "color",
  91. "color": "#FFFFFF"
  92. }
  93. }