Skip to content

为项目添加隐私与服务协议#21

Merged
xuezhaju merged 2 commits into
SeaLantern-Studio:mainfrom
minecraft-Yang458:main
Mar 8, 2026
Merged

为项目添加隐私与服务协议#21
xuezhaju merged 2 commits into
SeaLantern-Studio:mainfrom
minecraft-Yang458:main

Conversation

@minecraft-Yang458
Copy link
Copy Markdown
Contributor

@minecraft-Yang458 minecraft-Yang458 commented Mar 7, 2026

由于中文版基于中华人民共和国法律法规编写,所以未添加英文版

Summary by Sourcery

Documentation:

  • 添加 SeaLantern 隐私与服务协议 文档页面,说明数据收集、用户权利以及在中华人民共和国法律框架下的法律条款。
Original summary in English

Summary by Sourcery

Documentation:

  • Add a SeaLantern 隐私与服务协议 documentation page describing data collection, user rights, and legal terms under PRC law.

@sourcery-ai
Copy link
Copy Markdown
Contributor

sourcery-ai Bot commented Mar 7, 2026

审阅者指南

在文档站点中新增了“隐私与服务协议”页面,并将其接入中文导航和侧边栏结构,同时编写了完整的 SeaLantern 隐私与服务协议内容,说明当前不收集个人信息及未来可能的变更策略。

更新后的中文文档导航与侧边栏结构流程图

flowchart TD
  root["文档站点根"]
  zh_root["中文文档 /zh"]
  nav["顶部导航栏"]
  sidebar["侧边栏结构"]

  root --> zh_root
  zh_root --> nav
  zh_root --> sidebar

  subgraph Top_Nav_Items
    features["功能总览 /zh/features"]
    changelog["更新日志 /zh/changelog"]
    contributing["贡献指南 /zh/contributing"]
    privacy_nav["隐私与服务协议 /zh/privacy"]
  end

  nav --> features
  nav --> changelog
  nav --> contributing
  nav --> privacy_nav

  subgraph Sidebar_项目结构
    getting_started["使用教程 /zh/tutorial"]
    features_side["功能总览 /zh/features"]
    faq["常见问题 /zh/faq"]
  end

  subgraph Sidebar_项目信息
    changelog_side["更新日志 /zh/changelog"]
    structure["项目结构 /zh/structure"]
    privacy_side["隐私与服务协议 /zh/privacy"]
  end

  sidebar --> Sidebar_项目结构
  sidebar --> Sidebar_项目信息
Loading

文件级变更

Change Details Files
在中文顶栏导航中加入隐私与服务协议入口。
  • 在中文导航配置中新增一条指向 /zh/privacy 的菜单项
  • 保持现有导航结构不变,仅追加新入口
.vitepress/config/zh.ts
在中文侧边栏“项目信息”下加入隐私与服务协议链接,并顺带调整缩进。
  • 在“项目信息”分组 items 中新增指向 /zh/privacy 的条目
  • 修正上一分组 items 数组的缩进一致性
.vitepress/config/zh.ts
新增隐私与服务协议文档页面,说明数据收集与法律条款。
  • 创建 /zh/privacy.md 文档页面
  • 在文档中说明当前版本不收集任何个人信息,也不请求敏感权限
  • 阐述未来可能增加匿名统计/崩溃报告时的告知与同意机制
  • 补充信息共享、用户权利、数据存储安全、未成年人保护、免责声明、协议变更、争议解决及联系方式等条款
zh/privacy.md

提示与命令

与 Sourcery 交互

  • 触发新的审阅: 在 pull request 中评论 @sourcery-ai review
  • 继续讨论: 直接回复 Sourcery 的审阅评论。
  • 从审阅评论生成 GitHub issue: 在审阅评论下回复,请求 Sourcery 根据该评论创建 issue。你也可以直接回复 @sourcery-ai issue 来从该评论生成 issue。
  • 生成 pull request 标题: 在 pull request 标题任意位置写上 @sourcery-ai,即可随时生成标题。你也可以在 pull request 中评论 @sourcery-ai title 以(重新)生成标题。
  • 生成 pull request 总结: 在 pull request 描述正文任意位置写上 @sourcery-ai summary,即可在该位置生成 PR 总结。你也可以在 pull request 中评论 @sourcery-ai summary 以在任意时间(重新)生成总结。
  • 生成审阅者指南: 在 pull request 中评论 @sourcery-ai guide,即可在任意时间(重新)生成审阅者指南。
  • 一次性解决所有 Sourcery 评论: 在 pull request 中评论 @sourcery-ai resolve,即可将所有 Sourcery 评论标记为已解决。如果你已经处理完所有评论且不想再看到它们,这会很有用。
  • 忽略所有 Sourcery 审阅: 在 pull request 中评论 @sourcery-ai dismiss,即可忽略所有现有的 Sourcery 审阅。特别适合想要从头开始新的审阅时使用——别忘了再评论 @sourcery-ai review 来触发新的审阅!

自定义你的使用体验

访问你的 控制面板 以:

  • 启用或禁用审阅功能,例如 Sourcery 生成的 pull request 总结、审阅者指南等。
  • 更改审阅语言。
  • 添加、移除或编辑自定义审阅说明。
  • 调整其他审阅设置。

获取帮助

Original review guide in English

Reviewer's Guide

在文档站点中新增了“隐私与服务协议”页面,并将其接入中文导航和侧边栏结构,同时编写了完整的 SeaLantern 隐私与服务协议内容,说明当前不收集个人信息及未来可能的变更策略。

Flow diagram for updated Chinese docs navigation and sidebar structure

flowchart TD
  root["文档站点根"]
  zh_root["中文文档 /zh"]
  nav["顶部导航栏"]
  sidebar["侧边栏结构"]

  root --> zh_root
  zh_root --> nav
  zh_root --> sidebar

  subgraph Top_Nav_Items
    features["功能总览 /zh/features"]
    changelog["更新日志 /zh/changelog"]
    contributing["贡献指南 /zh/contributing"]
    privacy_nav["隐私与服务协议 /zh/privacy"]
  end

  nav --> features
  nav --> changelog
  nav --> contributing
  nav --> privacy_nav

  subgraph Sidebar_项目结构
    getting_started["使用教程 /zh/tutorial"]
    features_side["功能总览 /zh/features"]
    faq["常见问题 /zh/faq"]
  end

  subgraph Sidebar_项目信息
    changelog_side["更新日志 /zh/changelog"]
    structure["项目结构 /zh/structure"]
    privacy_side["隐私与服务协议 /zh/privacy"]
  end

  sidebar --> Sidebar_项目结构
  sidebar --> Sidebar_项目信息
Loading

File-Level Changes

Change Details Files
在中文顶栏导航中加入隐私与服务协议入口。
  • 在中文导航配置中新增一条指向 /zh/privacy 的菜单项
  • 保持现有导航结构不变,仅追加新入口
.vitepress/config/zh.ts
在中文侧边栏“项目信息”下加入隐私与服务协议链接,并顺带调整缩进。
  • 在“项目信息”分组 items 中新增指向 /zh/privacy 的条目
  • 修正上一分组 items 数组的缩进一致性
.vitepress/config/zh.ts
新增隐私与服务协议文档页面,说明数据收集与法律条款。
  • 创建 /zh/privacy.md 文档页面
  • 在文档中说明当前版本不收集任何个人信息,也不请求敏感权限
  • 阐述未来可能增加匿名统计/崩溃报告时的告知与同意机制
  • 补充信息共享、用户权利、数据存储安全、未成年人保护、免责声明、协议变更、争议解决及联系方式等条款
zh/privacy.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Copy Markdown
Contributor

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - 我已经审查了你的更改,一切看起来都很棒!


Sourcery 对开源项目是免费的——如果你觉得我们的审查有帮助,欢迎分享 ✨
帮我变得更有用!请在每条评论上点 👍 或 👎,我会根据你的反馈改进后续的审查。
Original comment in English

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@xuezhaju
Copy link
Copy Markdown
Collaborator

xuezhaju commented Mar 8, 2026

由于中文版基于中华人民共和国法律法规编写,所以未添加英文版

Summary by Sourcery

Documentation:

* 添加 SeaLantern 隐私与服务协议 文档页面,说明数据收集、用户权利以及在中华人民共和国法律框架下的法律条款。

Original summary in English

感谢你的贡献 ✨

@xuezhaju xuezhaju merged commit 085fa9c into SeaLantern-Studio:main Mar 8, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants