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