update ui and add notice collect dialog
This commit is contained in:
@@ -13,6 +13,7 @@ import * as localforage from "localforage";
|
||||
import SettingDialog from "@/components/dialog/SettingDialog.vue";
|
||||
import ArticleContentDialog from "@/components/dialog/ArticleContentDialog.vue";
|
||||
import {useStartKeyboardEventListener} from "@/hooks/event.ts";
|
||||
import CollectNotice from "@/components/CollectNotice.vue";
|
||||
|
||||
const store = useBaseStore()
|
||||
const runtimeStore = useRuntimeStore()
|
||||
@@ -91,6 +92,7 @@ onMounted(() => {
|
||||
<template>
|
||||
<Backgorund/>
|
||||
<router-view/>
|
||||
<CollectNotice/>
|
||||
<ArticleContentDialog/>
|
||||
<SettingDialog v-if="runtimeStore.showSettingModal" @close="runtimeStore.showSettingModal = false"/>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user