feat:一些版权描述的语言
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

This commit is contained in:
2026-09-13 14:01:04 +08:00
parent 9565466571
commit 5b2cc3f94e
11 changed files with 141 additions and 6 deletions

View File

@ -139,7 +139,7 @@ const messages = defineMessages({
},
copyright: {
id: 'app.settings.about.copyright',
defaultMessage: 'Copyright © Starlight All Rights Reserved.',
defaultMessage: 'Copyright © Axolotl All Rights Reserved.',
},
version: {
id: 'app.settings.about.version',
@ -159,7 +159,7 @@ const messages = defineMessages({
},
attribution: {
id: 'app.settings.about.attribution',
defaultMessage: 'Starlight Launcher is a modified version of the open-source Modrinth codebase.',
defaultMessage: 'Starlight Launcher is a modified version of the Axolotl Launcher, which is based on the open-source Modrinth codebase.',
},
notAffiliated: {
id: 'app.settings.about.not-affiliated',

View File

@ -6654,7 +6654,7 @@
"message": "Help support continued development"
},
"app.settings.about.attribution": {
"message": "Starlight Launcher is a modified version of the open-source Modrinth codebase."
"message": "Starlight Launcher is a modified version of the Axolotl Launcher, which is based on the open-source Modrinth codebase."
},
"app.settings.about.community-support": {
"message": "Project & community"

View File

@ -6708,7 +6708,7 @@
"message": "支持项目持续开发"
},
"app.settings.about.attribution": {
"message": "Starlight Launcher 是开源项目 Modrinth 代码库的修改版本。"
"message": "Starlight Launcher 是基于 Axolotl 启动器修改的版本Axolotl 启动器基于开源项目 Modrinth 代码库。"
},
"app.settings.about.community-support": {
"message": "项目与社区"

View File

@ -6423,7 +6423,7 @@
"message": "支持專案持續開發"
},
"app.settings.about.attribution": {
"message": "Starlight Launcher 是開源專案 Modrinth 程式碼庫的修改版本。"
"message": "Starlight Launcher 是基於 Axolotl 啟動器修改的版本Axolotl 啟動器基於開源專案 Modrinth 程式碼庫。"
},
"app.settings.about.community-support": {
"message": "專案與社群"

View File

@ -376,7 +376,7 @@ const pageTitle: MessageDescriptor = settingsPageTitle
<div class="settings-footer-version min-w-0">
<p class="m-0 break-words">{{ AxolotlBrandConfig.productName }} {{ version }}</p>
<p class="m-0 truncate">{{ platformName() }} {{ osVersion }}</p>
<p class="m-0 text-xs text-secondary">Powered by Starlight</p>
<p class="m-0 text-xs text-secondary">Powered by Axolotl</p>
</div>
</div>
</footer>