forked from AxTps/Starlight_Lancher
change:美西螈图标替换为下界之星,不过仍有素材需要绘画
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 47 KiB |
BIN
apps/app-frontend/src/assets/netherstar.png
Normal file
BIN
apps/app-frontend/src/assets/netherstar.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.3 KiB |
@ -274,7 +274,7 @@ import type { Ref } from 'vue'
|
||||
import { computed, nextTick, onUnmounted, ref, watch } from 'vue'
|
||||
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 MinecraftLoginModal from '@/components/ui/MinecraftLoginModal.vue'
|
||||
import ModalWrapper from '@/components/ui/modal/ModalWrapper.vue'
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import axolotlVisual from '@modrinth/assets/branding/axolotl.png'
|
||||
import axolotlVisual from '@modrinth/assets/branding/netherstar.png'
|
||||
|
||||
defineProps<{
|
||||
iconOnly?: boolean
|
||||
|
||||
@ -1,8 +1,11 @@
|
||||
<template>
|
||||
<Transition name="splash-fade" @after-leave="onAfterLeave">
|
||||
<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>
|
||||
<img class="app-logo" src="@/assets/axolotl.png" alt="Axolotl Launcher" />
|
||||
<div
|
||||
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)" />
|
||||
<span v-if="message">{{ message }}</span>
|
||||
</div>
|
||||
@ -132,5 +135,4 @@ loading_listener(async (e) => {
|
||||
|
||||
z-index: 9996;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
@ -371,7 +371,7 @@ const pageTitle: MessageDescriptor = settingsPageTitle
|
||||
:class="themeStore.devMode ? 'text-brand' : 'text-secondary'"
|
||||
@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>
|
||||
<div class="settings-footer-version min-w-0">
|
||||
<p class="m-0 break-words">{{ AxolotlBrandConfig.productName }} {{ version }}</p>
|
||||
|
||||
@ -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"
|
||||
>
|
||||
<img
|
||||
src="@/assets/axolotl.png"
|
||||
src="@/assets/netherstar.png"
|
||||
:alt="formatMessage(messages.axolotlAlt)"
|
||||
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 |
BIN
packages/assets/branding/netherstar.png
Normal file
BIN
packages/assets/branding/netherstar.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.3 KiB |
Reference in New Issue
Block a user