fix:修改了各种md里的描述
Some checks failed
Axolotl desktop CI / guardrails (push) Has been cancelled
Axolotl desktop CI / desktop (macos-latest) (push) Has been cancelled
Axolotl desktop CI / desktop (ubuntu-latest) (push) Has been cancelled
Axolotl desktop CI / desktop (windows-latest) (push) Has been cancelled
Axolotl desktop CI / website (push) Has been cancelled
Repository checks / typos (push) Has been cancelled
Repository checks / tombi (push) Has been cancelled
Rust checks / shear (push) Has been cancelled
Sync source to CNB / Sync Git ref (push) Has been cancelled
Deploy telemetry dashboard / deploy (push) Has been cancelled
Sync LobeHub models / sync (push) Has been cancelled

This commit is contained in:
2026-09-13 10:51:00 +08:00
parent 50d62d8564
commit 59d15108d6
13 changed files with 83 additions and 27 deletions

View File

@ -1,6 +1,6 @@
# 贡献指南 (Contributing)
感谢你对 Axolotl Launcher 及其相关内容感兴趣!在提交代码前,请先阅读以下指南。
感谢你对 Starlight Launcher 及其相关内容感兴趣!在提交代码前,请先阅读以下指南。
我们希望所有参与者都能在友善、包容的环境中协作。请先阅读[行为准则 (CODE_OF_CONDUCT.md)](CODE_OF_CONDUCT.md),了解社区期望和问题报告方式。
@ -58,14 +58,14 @@ Remove-Item -Recurse -Force target\debug
## 仓库范围
Axolotl 的产品改动主要位于:
Starlight 的产品改动主要位于:
- `apps/app-frontend`
- `apps/app`
- `packages/app-lib`
- 上述包所需的共享 UI 与资源包
本仓库**不包含** Modrinth 网站、Labrinth API 或其运营服务源码。桌面端保留对 Modrinth 公共 API 的客户端兼容;如果需要参考上游实现,请仅手动挑选与 Axolotl 产品相关的改动,避免直接合并无关代码。
本仓库**不包含** Modrinth 网站、Labrinth API 或其运营服务源码。桌面端保留对 Modrinth 公共 API 的客户端兼容;如果需要参考上游实现,请仅手动挑选与 Starlight 产品相关的改动,避免直接合并无关代码。
## 发布新版本
@ -74,7 +74,7 @@ Axolotl 的产品改动主要位于:
打标签并推送到远端即可触发发布工作流:
```powershell
git tag -a v1.2.3 -m "Axolotl Launcher 1.2.3"
git tag -a v1.2.3 -m "Starlight Launcher 1.2.3"
git push origin v1.2.3
```