feat:edit home page

This commit is contained in:
zyronon
2025-08-24 14:11:09 +08:00
parent 283a4f39c5
commit 9fb2e8dd3e
12 changed files with 229 additions and 75 deletions

View File

@@ -4,7 +4,6 @@ import {BaseState, useBaseStore} from "@/stores/base.ts";
import {useRuntimeStore} from "@/stores/runtime.ts";
import {useSettingStore} from "@/stores/setting.ts";
import useTheme from "@/hooks/theme.ts";
import CollectNotice from "@/pages/pc/components/CollectNotice.vue";
import {SAVE_DICT_KEY, SAVE_SETTING_KEY} from "@/utils/const.ts";
import {shakeCommonDict} from "@/utils";
import {routes} from "@/router.ts";
@@ -64,7 +63,6 @@ watch(() => route.path, (to, from) => {
</keep-alive>
</transition>
</router-view>
<CollectNotice/>
</template>
<style scoped lang="scss">