androidPrivacy.json 1.4 KB

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "version" : "2",
  3. "prompt" : "template",
  4. "title" : "用户协议和隐私政策",
  5. "message" : "请你务必审慎阅读、充分理解“用户协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。<br/>  你可阅读<a href=\"./static/useragree.html\">《用户协议》</a>和<a href=\"./static/privacy.html\">《隐私政策》</a>了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",
  6. "buttonAccept" : "同意并接受",
  7. "buttonRefuse" : "暂不同意",
  8. "second" : {
  9. "title" : "确认提示",
  10. "message" : "  进入应用前,你需先同意<a href=\"./static/useragree.html\">《用户协议》</a>和<a href=\"./static/privacy.html\">《隐私政策》</a>,否则将退出应用。",
  11. "buttonAccept" : "同意并继续",
  12. "buttonRefuse" : "退出应用"
  13. },
  14. "styles" : {
  15. "backgroundColor" : "#ffffff",
  16. "borderRadius" : "5px",
  17. "title" : {
  18. "color" : "#000000",
  19. "fontSize" : "32rpx"
  20. },
  21. "message" : {
  22. "fontSize" : "26rpx"
  23. },
  24. "buttonAccept" : {
  25. "color" : "#5cb26f",
  26. "fontSize" : "28rpx"
  27. },
  28. "buttonRefuse" : {
  29. "color" : "#606266",
  30. "fontSize" : "28rpx"
  31. }
  32. }
  33. }