feat: Add favicon.ico as fallback icon

This commit is contained in:
CharleeWa 2024-12-27 11:35:49 +08:00
parent 1e947481fb
commit f59ab2b8e2
2 changed files with 0 additions and 2 deletions

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View File

@ -10,7 +10,6 @@ declare module 'vue' {
Chart: typeof import('./../components/Chart/index.vue')['default'] Chart: typeof import('./../components/Chart/index.vue')['default']
GhostButton: typeof import('./../components/GhostButton.vue')['default'] GhostButton: typeof import('./../components/GhostButton.vue')['default']
NavBar: typeof import('./../components/NavBar.vue')['default'] NavBar: typeof import('./../components/NavBar.vue')['default']
Notice: typeof import('./../components/Notice.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink'] RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView'] RouterView: typeof import('vue-router')['RouterView']
TabBar: typeof import('./../components/TabBar.vue')['default'] TabBar: typeof import('./../components/TabBar.vue')['default']
@ -24,7 +23,6 @@ declare module 'vue' {
VanIcon: typeof import('vant/es')['Icon'] VanIcon: typeof import('vant/es')['Icon']
VanImage: typeof import('vant/es')['Image'] VanImage: typeof import('vant/es')['Image']
VanNavBar: typeof import('vant/es')['NavBar'] VanNavBar: typeof import('vant/es')['NavBar']
VanNoticeBar: typeof import('vant/es')['NoticeBar']
VanPicker: typeof import('vant/es')['Picker'] VanPicker: typeof import('vant/es')['Picker']
VanPopup: typeof import('vant/es')['Popup'] VanPopup: typeof import('vant/es')['Popup']
VanSpace: typeof import('vant/es')['Space'] VanSpace: typeof import('vant/es')['Space']