change:-axolotl改为starlight
-移除了多人游戏的侧边栏残留
This commit is contained in:
@ -19,7 +19,6 @@ import {
|
|||||||
SettingsIcon,
|
SettingsIcon,
|
||||||
SpinnerIcon,
|
SpinnerIcon,
|
||||||
UserIcon,
|
UserIcon,
|
||||||
UsersIcon,
|
|
||||||
WorldIcon,
|
WorldIcon,
|
||||||
} from '@modrinth/assets'
|
} from '@modrinth/assets'
|
||||||
import {
|
import {
|
||||||
@ -702,7 +701,7 @@ const messages = defineMessages({
|
|||||||
},
|
},
|
||||||
closeLauncherTitle: {
|
closeLauncherTitle: {
|
||||||
id: 'app.close-launcher.title',
|
id: 'app.close-launcher.title',
|
||||||
defaultMessage: 'Choose how to close Axolotl Launcher',
|
defaultMessage: 'Choose how to close Starlight Launcher',
|
||||||
},
|
},
|
||||||
closeLauncherDirect: {
|
closeLauncherDirect: {
|
||||||
id: 'app.close-launcher.direct',
|
id: 'app.close-launcher.direct',
|
||||||
@ -2315,13 +2314,6 @@ provideAppUpdateDownloadProgress(appUpdateDownload)
|
|||||||
>
|
>
|
||||||
<ChangeSkinIcon />
|
<ChangeSkinIcon />
|
||||||
</NavButton>
|
</NavButton>
|
||||||
<NavButton
|
|
||||||
v-tooltip.right="formatMessage(messages.multiplayer)"
|
|
||||||
to="/multiplayer"
|
|
||||||
:is-primary="(r) => r.path.startsWith('/multiplayer')"
|
|
||||||
>
|
|
||||||
<UsersIcon />
|
|
||||||
</NavButton>
|
|
||||||
<NavButton
|
<NavButton
|
||||||
v-tooltip.right="formatMessage(messages.library)"
|
v-tooltip.right="formatMessage(messages.library)"
|
||||||
data-onboarding-id="nav-library"
|
data-onboarding-id="nav-library"
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<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" />
|
<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>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,18 @@
|
|||||||
const trimTrailingSlash = (url: string) => url.replace(/\/$/, '')
|
const trimTrailingSlash = (url: string) => url.replace(/\/$/, '')
|
||||||
|
|
||||||
export const AxolotlBrandConfig = Object.freeze({
|
export const AxolotlBrandConfig = Object.freeze({
|
||||||
productName: 'Axolotl Launcher',
|
productName: 'Starlight Launcher',
|
||||||
shortProductName: 'Axolotl',
|
shortProductName: 'Starlight',
|
||||||
website: 'https://www.axlmc.org/',
|
website: 'https://skin.starlight.cool/',
|
||||||
repositoryUrl: 'https://github.com/Mystic-Stars/Axolotl',
|
repositoryUrl: 'https://git.starlight.cool/Disy/StarLight-Yggdrasil-Server',
|
||||||
supportUrl: 'https://github.com/Mystic-Stars/Axolotl/issues',
|
supportUrl: 'https://skin.starlight.cool/',
|
||||||
qqGroupNumber: '737601250',
|
qqGroupNumber: '000000000',
|
||||||
qqChannelUrl: 'https://pd.qq.com/s/9nfp5rlz0',
|
qqChannelUrl: 'https://skin.starlight.cool/',
|
||||||
sponsorUrl: 'https://afdian.com/a/Mystic-Stars',
|
sponsorUrl: 'https://skin.starlight.cool/',
|
||||||
surveyUrl: 'https://gcnpznwdnhl4.feishu.cn/share/base/form/shrcndevRao1jpNw3cATAX4NbGh',
|
surveyUrl: 'https://skin.starlight.cool/',
|
||||||
bundleIdentifier: 'red.ghs.axolotl',
|
bundleIdentifier: 'cool.starlight.launcher',
|
||||||
deepLinkScheme: 'axolotl',
|
deepLinkScheme: 'starlight',
|
||||||
userAgent: (version: string, os: string) => `garbage-human-studio/axolotl/${version} (${os})`,
|
userAgent: (version: string, os: string) => `garbage-human-studio/starlight/${version} (${os})`,
|
||||||
capabilities: Object.freeze({
|
capabilities: Object.freeze({
|
||||||
publicModrinthApi: true,
|
publicModrinthApi: true,
|
||||||
privateModrinthServices: false,
|
privateModrinthServices: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user