Files
miniprogram-1/miniprogram/pages/terms/terms.wxml
2025-12-12 19:45:50 +08:00

76 lines
4.9 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--terms.wxml-->
<view class="container">
<view class="content">
<text class="title">用户协议</text>
<view class="section">
<text class="subtitle">欢迎使用 blabla</text>
<text class="paragraph">本用户协议(以下简称"本协议")由您(以下简称"用户"或"您")与 blabla 小程序运营者(以下简称"我们")订立,旨在明确您在使用 blabla 服务(以下简称"本服务")时的权利与义务。</text>
<view class="paragraph">
<text>请您在使用本服务前,仔细阅读并理解本协议及</text>
<navigator url="/pages/privacy/privacy" class="link">《隐私政策》</navigator>
<text>的全部内容。</text>
</view>
</view>
<view class="section">
<text class="subtitle">1. 服务说明</text>
<text class="paragraph">blabla 是一款通过识别图片中的物体来帮助用户学习外语的工具。您需要使用微信账号授权登录。本服务主要包括:</text>
<text class="paragraph">提供基于微信身份的一键登录。</text>
<text class="paragraph">接收您上传的图片并利用第三方AI模型进行识别返回相应的图片描述。</text>
<text class="paragraph">录制并分析您的语音并利用第三方AI模型进行评测提供发音反馈。</text>
</view>
<view class="section">
<text class="subtitle">2. 用户行为规范</text>
<text class="paragraph">您在使用本服务过程中不得从事以下行为:</text>
<text class="paragraph">违反法律法规、社会主义制度、社会公序良俗的行为。</text>
<text class="paragraph">上传、拍摄任何侵犯他人隐私权、肖像权、著作权、商业秘密或涉及国家秘密的内容。</text>
<text class="paragraph">试图破解、反向工程、干扰或破坏本服务的正常运行及相关技术服务。</text>
<text class="paragraph">利用本服务进行任何未经授权的商业活动。</text>
<text class="paragraph">如您违反上述规定,我们有权采取限制或禁止使用服务、终止您的访问等必要措施,且不因此对您承担任何责任。</text>
</view>
<view class="section">
<text class="subtitle">3. 知识产权声明</text>
<text class="paragraph">本服务的界面设计、标识、源代码、技术、内容除用户上传的内容及第三方AI返回的结果外的知识产权均归我们或相关权利人所有。未经我们书面许可任何单位或个人不得擅自使用、复制、修改或创建衍生作品。</text>
</view>
<view class="section">
<text class="subtitle">4. 隐私保护</text>
<view class="paragraph">
<text>我们高度重视您的隐私。关于我们如何收集、使用、存储和保护您的个人信息(上传的图片、语音等),请详细阅读我们另行制定的</text>
<navigator url="/pages/privacy/privacy" class="link">《隐私政策》</navigator>
<text>。</text>
</view>
</view>
<view class="section">
<text class="subtitle">5. 免责声明</text>
<text class="paragraph">本服务按"现状"提供。我们尽最大努力确保服务质量但无法保证AI识别结果绝对准确该结果仅供学习参考不作为专业或决策依据。</text>
<text class="paragraph">对因不可抗力如网络攻击、自然灾害、第三方服务如微信、AI接口故障或您自身行为导致的任何损失我们不承担责任。</text>
</view>
<view class="section">
<text class="subtitle">6. 服务变更与终止</text>
<text class="paragraph">我们有权基于业务发展、法律法规要求或安全需要,随时修改、中止或终止部分或全部服务功能,并通过适当方式(如小程序内公告)通知您。</text>
</view>
<view class="section">
<text class="subtitle">7. 适用法律与争议解决</text>
<text class="paragraph">本协议的订立、执行和解释均适用中华人民共和国大陆地区法律。因本协议引起的任何争议,双方应首先友好协商解决;协商不成的,任何一方均有权将争议提交至我们所在地有管辖权的人民法院诉讼解决。</text>
</view>
<view class="section">
<text class="subtitle">8. 协议更新</text>
<text class="paragraph">我们可能适时修订本协议。更新后的协议将在本服务内公示。若您继续使用服务,即视为接受更新后的协议。</text>
</view>
<view class="section">
<text class="subtitle">9. 联系我们</text>
<text class="paragraph">如您对本协议有任何疑问、意见或建议,请通过以下邮箱联系我们:</text>
<view class="paragraph email" bindtap="handleEmailTap" bindlongpress="handleEmailTap" data-email="support@blabla.team">support@blabla.team</view>
</view>
</view>
</view>