chore: 更换网站图标

master^2
2 days ago
parent 3502a333d6
commit 616e5bf891

@ -9,7 +9,7 @@
name="keywords"
content="vue,element-plus,typescript,vue-element-admin,vue3-element-admin"
/>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<link rel="shortcut icon" type="image/x-icon" href="/logo.png" />
<style>
/* 防止 Vue 加载前出现白屏:背景色与主题初始 class 同步 */

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

@ -12,7 +12,7 @@
</template>
<script setup lang="ts">
import defaultLogoUrl from "@fa_imgs/logo.svg";
import defaultLogoUrl from "@fa_imgs/nwlogo.png";
defineOptions({ name: "FaLogo" });

Loading…
Cancel
Save