mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-05-07 05:20:59 +08:00
docs: 优化隐私政策与用户协议
This commit is contained in:
@@ -77,9 +77,9 @@ electron-fix start
|
||||
- 对于新功能,请先提交 Issue 进行讨论,**未经讨论直接提交的 PR 会被关闭**
|
||||
- 一个 PR 尽量只做一件事,若改动较大,请考虑拆分为多个独立的 PR
|
||||
|
||||
## 用户协议
|
||||
## 隐私政策与用户协议
|
||||
|
||||
使用本软件前,请阅读 [用户协议](./src/assets/docs/agreement.md)
|
||||
使用本软件前,请阅读 [隐私政策与用户协议](./src/assets/docs/agreement.md)
|
||||
|
||||
## License
|
||||
|
||||
|
||||
@@ -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. 免责声明
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user