From 6da9264ef09bbbe8a7379551df92a94393f19416 Mon Sep 17 00:00:00 2001 From: Ap_Tx <3045929398@qq.com> Date: Fri, 11 Sep 2026 20:58:19 +0800 Subject: [PATCH] =?UTF-8?q?change=EF=BC=9A-axolotl=E6=94=B9=E4=B8=BAstarli?= =?UTF-8?q?ght=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20-=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E4=BA=86=E5=A4=9A=E4=BA=BA=E6=B8=B8=E6=88=8F=E7=9A=84?= =?UTF-8?q?=E4=BE=A7=E8=BE=B9=E6=A0=8F=E6=AE=8B=E7=95=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/app-frontend/src/App.vue | 10 +------- .../src/components/ui/AxolotlLogo.vue | 4 ++-- apps/app-frontend/src/config.ts | 24 +++++++++---------- 3 files changed, 15 insertions(+), 23 deletions(-) diff --git a/apps/app-frontend/src/App.vue b/apps/app-frontend/src/App.vue index d229036..b430009 100644 --- a/apps/app-frontend/src/App.vue +++ b/apps/app-frontend/src/App.vue @@ -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) > - - - -
+
- +
diff --git a/apps/app-frontend/src/config.ts b/apps/app-frontend/src/config.ts index 347c039..8b4c11a 100644 --- a/apps/app-frontend/src/config.ts +++ b/apps/app-frontend/src/config.ts @@ -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,