change:-axolotl改为starlight

-移除了多人游戏的侧边栏残留
This commit is contained in:
2026-09-11 20:58:19 +08:00
parent 1446523b7a
commit 6da9264ef0
3 changed files with 15 additions and 23 deletions

View File

@ -1,18 +1,18 @@
const trimTrailingSlash = (url: string) => url.replace(/\/$/, '')
export const AxolotlBrandConfig = Object.freeze({
productName: 'Axolotl Launcher',
shortProductName: 'Axolotl',
website: 'https://www.axlmc.org/',
repositoryUrl: 'https://github.com/Mystic-Stars/Axolotl',
supportUrl: 'https://github.com/Mystic-Stars/Axolotl/issues',
qqGroupNumber: '737601250',
qqChannelUrl: 'https://pd.qq.com/s/9nfp5rlz0',
sponsorUrl: 'https://afdian.com/a/Mystic-Stars',
surveyUrl: 'https://gcnpznwdnhl4.feishu.cn/share/base/form/shrcndevRao1jpNw3cATAX4NbGh',
bundleIdentifier: 'red.ghs.axolotl',
deepLinkScheme: 'axolotl',
userAgent: (version: string, os: string) => `garbage-human-studio/axolotl/${version} (${os})`,
productName: 'Starlight Launcher',
shortProductName: 'Starlight',
website: 'https://skin.starlight.cool/',
repositoryUrl: 'https://git.starlight.cool/Disy/StarLight-Yggdrasil-Server',
supportUrl: 'https://skin.starlight.cool/',
qqGroupNumber: '000000000',
qqChannelUrl: 'https://skin.starlight.cool/',
sponsorUrl: 'https://skin.starlight.cool/',
surveyUrl: 'https://skin.starlight.cool/',
bundleIdentifier: 'cool.starlight.launcher',
deepLinkScheme: 'starlight',
userAgent: (version: string, os: string) => `garbage-human-studio/starlight/${version} (${os})`,
capabilities: Object.freeze({
publicModrinthApi: true,
privateModrinthServices: false,