This commit is contained in:
2024-01-03 09:33:28 +08:00
parent 8514752a7b
commit 2125d24ba2

View File

@ -1,37 +1,37 @@
{ {
"version": "1", "version" : "1",
"prompt": "template", "prompt" : "template",
"title": "用户协议与隐私政策", "title" : "用户协议与隐私政策",
"message": "请你务必审慎阅读、充分理解“用户协议与隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。<br/>  你可阅读<a href=\"https://app.xinelu.cn/privacypolicy/content.html\">《用户协议与隐私政策》</a>了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。", "message" : "请你务必审慎阅读、充分理解“用户协议与隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。<br/>  你可阅读<a href=\"https://app.xinelu.cn/privacypolicy/content.html\">《用户协议与隐私政策》</a>了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",
"buttonAccept": "同意并接受", "buttonAccept" : "同意并接受",
"buttonRefuse": "暂不同意", "buttonRefuse" : "暂不同意",
"hrefLoader": "system|default", "hrefLoader" : "system|default",
"second": { "second" : {
"title": "确认提示", "title" : "确认提示",
"message": "进入应用前,你需先同意<a href=\"https://app.xinelu.cn/privacypolicy/content.html\">《用户协议与隐私政策》</a>,否则将退出应用。", "message" : "进入应用前,你需先同意<a href=\"https://app.xinelu.cn/privacypolicy/content.html\">《用户协议与隐私政策》</a>,否则将退出应用。",
"buttonAccept": "同意并继续", "buttonAccept" : "同意并继续",
"buttonRefuse": "退出应用" "buttonRefuse" : "退出应用"
}, },
"disagreeMode": { "disagreeMode" : {
"support": false, "support" : false,
"loadNativePlugins": false, "loadNativePlugins" : false,
"visitorEntry": false, "visitorEntry" : false,
"showAlways": false "showAlways" : false
}, },
"styles": { "styles" : {
"backgroundColor": "#ffffff", "backgroundColor" : "#ffffff",
"borderRadius": "5px", "borderRadius" : "5px",
"title": { "title" : {
"color": "#000000" "color" : "#000000"
}, },
"buttonAccept": { "buttonAccept" : {
"color": "#000000" "color" : "#000000"
}, },
"buttonRefuse": { "buttonRefuse" : {
"color": "#000000" "color" : "#000000"
}, },
"buttonVisitor": { "buttonVisitor" : {
"color": "#000000" "color" : "#000000"
} }
} }
} }