change:-axolotl改为starlight
-移除了多人游戏的侧边栏残留
This commit is contained in:
@ -19,7 +19,6 @@ import {
|
||||
SettingsIcon,
|
||||
SpinnerIcon,
|
||||
UserIcon,
|
||||
UsersIcon,
|
||||
WorldIcon,
|
||||
} from '@modrinth/assets'
|
||||
import {
|
||||
@ -702,7 +701,7 @@ const messages = defineMessages({
|
||||
},
|
||||
closeLauncherTitle: {
|
||||
id: 'app.close-launcher.title',
|
||||
defaultMessage: 'Choose how to close Axolotl Launcher',
|
||||
defaultMessage: 'Choose how to close Starlight Launcher',
|
||||
},
|
||||
closeLauncherDirect: {
|
||||
id: 'app.close-launcher.direct',
|
||||
@ -2315,13 +2314,6 @@ provideAppUpdateDownloadProgress(appUpdateDownload)
|
||||
>
|
||||
<ChangeSkinIcon />
|
||||
</NavButton>
|
||||
<NavButton
|
||||
v-tooltip.right="formatMessage(messages.multiplayer)"
|
||||
to="/multiplayer"
|
||||
:is-primary="(r) => r.path.startsWith('/multiplayer')"
|
||||
>
|
||||
<UsersIcon />
|
||||
</NavButton>
|
||||
<NavButton
|
||||
v-tooltip.right="formatMessage(messages.library)"
|
||||
data-onboarding-id="nav-library"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div aria-label="Axolotl" class="flex h-full items-center gap-2 font-extrabold text-contrast">
|
||||
<div aria-label="Starlight" class="flex h-full items-center gap-2 font-extrabold text-contrast">
|
||||
<img aria-hidden="true" class="aspect-square h-full object-contain" :src="axolotlVisual" />
|
||||
<span v-if="!iconOnly" class="hidden text-sm tracking-wide xl:inline">Axolotl</span>
|
||||
<span v-if="!iconOnly" class="hidden text-sm tracking-wide xl:inline">Starlight</span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user