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
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:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user