docs: 优化隐私政策与用户协议

This commit is contained in:
digua
2025-12-28 14:00:45 +08:00
parent 6342419a85
commit 8efd8a8da8
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -77,9 +77,9 @@ electron-fix start
- 对于新功能,请先提交 Issue 进行讨论,**未经讨论直接提交的 PR 会被关闭**
- 一个 PR 尽量只做一件事,若改动较大,请考虑拆分为多个独立的 PR
## 用户协议
## 隐私政策与用户协议
使用本软件前,请阅读 [用户协议](./src/assets/docs/agreement.md)
使用本软件前,请阅读 [隐私政策与用户协议](./src/assets/docs/agreement.md)
## License
+2 -2
View File
@@ -24,8 +24,8 @@
## 4. 风险警告
- **官方渠道**:请仅通过 [chatlab.fun](https://chatlab.fun) 或 [GitHub Release](https://github.com/ChatLab-Team/ChatLab/releases) 下载本软件。
- **供应链风险**:本项目代码完全开源,任何人均可二次打包。他人分享的非官方版本可能植入恶意代码,导致您的 API Token、聊天记录或本地数据泄露,请务必保持警惕。
- **官方渠道**:请仅通过 [chatlab.fun](https://chatlab.fun) 或 [GitHub Release](https://github.com/hellodigua/ChatLab/releases) 下载本软件。
- **供应链风险**:本项目代码完全开源,任何人均可二次打包。他人分享的非官方版本可能植入恶意代码,导致您的 API Token、聊天记录或本地数据泄露,请务必保持警惕。
- **结果准确性**:软件和 AI 生成的分析结果可能存在错误或"幻觉",仅供参考,不应作为法律证据或正式决策依据。
## 5. 免责声明
+1 -1
View File
@@ -97,7 +97,7 @@ function handleDisagree() {
<UIcon name="i-heroicons-document-text" class="h-6 w-6 text-pink-600 dark:text-pink-400" />
</div>
<div>
<h2 class="text-xl font-bold text-gray-900 dark:text-white">欢迎使用 ChatLab</h2>
<h2 class="text-xl font-bold text-gray-900 dark:text-white">隐私政策与用户协议</h2>
<p class="text-sm text-gray-500 dark:text-gray-400">使用前请仔细阅读</p>
</div>
</div>