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,