huaanglimeng/pages/user-agreement/user-agreement.wxml

157 lines
5.6 KiB
Plaintext
Raw Normal View History

<view class="agreement-container">
<view class="agreement-header">
<text class="agreement-title">用户服务协议</text>
<text class="update-date">更新日期2026年2月14日</text>
</view>
<scroll-view class="agreement-content" scroll-y>
<view class="section">
<text class="section-title">一、协议说明</text>
<text class="section-text">
欢迎使用本塔罗占卜小程序。本小程序由【XXX运营者名称】开发和运营。
在您使用本服务前,请您仔细阅读本协议全部内容。
当您点击“同意”或实际使用本服务,即表示您已阅读、
理解并同意受本协议约束。
</text>
</view>
<view class="section">
<text class="section-title">二、服务内容</text>
<text class="section-text">
本小程序为娱乐性质的塔罗解读服务,
通过人工智能技术生成塔罗牌解读内容。
所有解读内容仅供娱乐和参考,
不构成任何现实决策建议、投资建议、
医疗建议或法律建议。
</text>
</view>
<view class="section">
<text class="section-title">三、用户行为规范</text>
<view class="list-item">
<text class="bullet">•</text>
<text class="list-text">不得利用本服务发布违法、违规内容</text>
</view>
<view class="list-item">
<text class="bullet">•</text>
<text class="list-text">不得利用本服务进行欺诈或恶意行为</text>
</view>
<view class="list-item">
<text class="bullet">•</text>
<text class="list-text">不得尝试破坏系统安全或恶意攻击接口</text>
</view>
<view class="list-item">
<text class="bullet">•</text>
<text class="list-text">不得批量抓取或复制生成内容用于商业用途</text>
</view>
</view>
<view class="section">
<text class="section-title">四、AI内容免责声明重要提示</text>
<text class="section-text">
本小程序提供的塔罗解读内容由人工智能系统自动生成,
基于算法模型对塔罗象征意义进行语言表达,
不代表真实占卜师的专业判断。
</text>
<text class="section-text">
所有解读结果仅供娱乐和文化参考,
不构成任何形式的现实建议,
包括但不限于投资建议、医疗建议、
心理咨询建议、法律建议或情感决策建议。
</text>
<text class="section-text">
人工智能生成内容可能存在理解偏差、
信息不完整或表达不准确的情况,
我们不对解读结果的准确性、完整性、
时效性或适用性作任何保证。
</text>
<text class="section-text">
因依赖或使用解读内容所产生的任何直接或间接后果,
包括经济损失、决策失误或其他损害,
均由用户自行承担责任。
</text>
<text class="section-text">
如您对生成内容存在疑问,
请理性判断并结合现实情况作出决策。
</text>
<view class="section-note">
本服务不提供预测未来、保证结果或改变现实结果的能力。
塔罗解读仅作为象征性表达与自我思考工具。
</view>
</view>
<view class="section">
<text class="section-title">五、积分与广告机制</text>
<text class="section-text">
本小程序采用积分机制提供服务。
用户可通过观看微信官方激励视频广告获得积分奖励。
积分仅用于本小程序内使用,不可兑换现金或转让。
</text>
</view>
<view class="section">
<text class="section-title">六、知识产权</text>
<text class="section-text">
本小程序的界面设计、功能结构、代码、品牌标识等
均归【XXX运营者名称】所有。
未经许可,不得擅自复制、传播或用于商业用途。
</text>
</view>
<view class="section">
<text class="section-title">七、责任限制</text>
<text class="section-text">
因使用本服务所产生的任何直接或间接损失,
包括但不限于决策失误、投资损失等,
运营方不承担任何法律责任。
如因不可抗力或系统维护导致服务中断,
我们不承担由此产生的损失。
</text>
</view>
<view class="section">
<text class="section-title">八、协议修改</text>
<text class="section-text">
我们有权根据法律法规或运营需要对本协议进行修改。
修改后的协议将在小程序内公布。
您继续使用本服务即视为接受更新后的协议内容。
</text>
</view>
<view class="section">
<text class="section-title">九、联系我们</text>
<text class="section-text">
如您对本协议有任何疑问或建议,请联系:
</text>
<view class="list-item">
<text class="bullet">•</text>
<text class="list-text">运营者名称【XXX运营者名称】</text>
</view>
<view class="list-item">
<text class="bullet">•</text>
<text class="list-text">联系邮箱【xxx@xxx.com】</text>
</view>
</view>
<view class="footer">
<text class="footer-text">
感谢您理性使用本服务,愿塔罗为您带来启发。
</text>
</view>
</scroll-view>
</view>