change:美西螈图标替换为下界之星,不过仍有素材需要绘画
Some checks failed
Axolotl desktop CI / guardrails (push) Has been cancelled
Axolotl desktop CI / desktop (macos-latest) (push) Has been cancelled
Axolotl desktop CI / desktop (ubuntu-latest) (push) Has been cancelled
Axolotl desktop CI / desktop (windows-latest) (push) Has been cancelled
Axolotl desktop CI / website (push) Has been cancelled
Repository checks / typos (push) Has been cancelled
Repository checks / tombi (push) Has been cancelled
Rust checks / shear (push) Has been cancelled
Sync source to CNB / Sync Git ref (push) Has been cancelled

This commit is contained in:
2026-09-11 21:15:32 +08:00
parent 6da9264ef0
commit d8a07c69c1
9 changed files with 9 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -274,7 +274,7 @@ import type { Ref } from 'vue'
import { computed, nextTick, onUnmounted, ref, watch } from 'vue' import { computed, nextTick, onUnmounted, ref, watch } from 'vue'
import { useRoute } from 'vue-router' import { useRoute } from 'vue-router'
import axolotlLogo from '@/assets/axolotl.png' import axolotlLogo from '@/assets/netherstar.png'
import steveSkinTexture from '@/assets/skins/steve.png?inline' import steveSkinTexture from '@/assets/skins/steve.png?inline'
import MinecraftLoginModal from '@/components/ui/MinecraftLoginModal.vue' import MinecraftLoginModal from '@/components/ui/MinecraftLoginModal.vue'
import ModalWrapper from '@/components/ui/modal/ModalWrapper.vue' import ModalWrapper from '@/components/ui/modal/ModalWrapper.vue'

View File

@ -6,7 +6,7 @@
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
import axolotlVisual from '@modrinth/assets/branding/axolotl.png' import axolotlVisual from '@modrinth/assets/branding/netherstar.png'
defineProps<{ defineProps<{
iconOnly?: boolean iconOnly?: boolean

View File

@ -1,8 +1,11 @@
<template> <template>
<Transition name="splash-fade" @after-leave="onAfterLeave"> <Transition name="splash-fade" @after-leave="onAfterLeave">
<div v-if="!doneLoading" class="fixed inset-0 z-[10000] dark"> <div v-if="!doneLoading" class="fixed inset-0 z-[10000] dark">
<div class="absolute h-screen w-full flex flex-col justify-center items-center gap-4 z-[9998]" data-tauri-drag-region> <div
<img class="app-logo" src="@/assets/axolotl.png" alt="Axolotl Launcher" /> class="absolute h-screen w-full flex flex-col justify-center items-center gap-4 z-[9998]"
data-tauri-drag-region
>
<img class="app-logo" src="@/assets/netherstar.png" alt="Starlight Launcher" />
<ProgressBar class="max-w-xs" :progress="Math.min(loadingProgress, 100)" /> <ProgressBar class="max-w-xs" :progress="Math.min(loadingProgress, 100)" />
<span v-if="message">{{ message }}</span> <span v-if="message">{{ message }}</span>
</div> </div>
@ -132,5 +135,4 @@ loading_listener(async (e) => {
z-index: 9996; z-index: 9996;
} }
</style> </style>

View File

@ -371,7 +371,7 @@ const pageTitle: MessageDescriptor = settingsPageTitle
:class="themeStore.devMode ? 'text-brand' : 'text-secondary'" :class="themeStore.devMode ? 'text-brand' : 'text-secondary'"
@click="toggleDeveloperMode" @click="toggleDeveloperMode"
> >
<img class="size-8 object-contain" src="@/assets/axolotl.png" alt="" /> <img class="size-8 object-contain" src="@/assets/netherstar.png" alt="" />
</button> </button>
<div class="settings-footer-version min-w-0"> <div class="settings-footer-version min-w-0">
<p class="m-0 break-words">{{ AxolotlBrandConfig.productName }} {{ version }}</p> <p class="m-0 break-words">{{ AxolotlBrandConfig.productName }} {{ version }}</p>

View File

@ -1164,7 +1164,7 @@ await loadSkins()
class="relative mx-auto flex w-full max-w-xl flex-col gap-5 rounded-lg bg-bg-raised p-7 shadow-lg" class="relative mx-auto flex w-full max-w-xl flex-col gap-5 rounded-lg bg-bg-raised p-7 shadow-lg"
> >
<img <img
src="@/assets/axolotl.png" src="@/assets/netherstar.png"
:alt="formatMessage(messages.axolotlAlt)" :alt="formatMessage(messages.axolotlAlt)"
class="absolute -top-32 right-8 h-36 w-36 object-contain md:right-20" class="absolute -top-32 right-8 h-36 w-36 object-contain md:right-20"
/> />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB