💄 feat(theme): 页面主题切换完成

This commit is contained in:
BTMuli
2023-04-22 00:24:40 +08:00
parent 857cdec786
commit 277888dead
24 changed files with 277 additions and 87 deletions

View File

@@ -1,5 +1,6 @@
<!-- eslint-disable vue/no-v-html -->
<template>
<TSwitchTheme />
<div v-if="loading">
<TLoading :empty="loadingEmpty" :title="loadingTitle" />
</div>
@@ -14,6 +15,7 @@ import TLoading from "../components/t-loading.vue";
import { appWindow } from "@tauri-apps/api/window";
// plugins
import MysOper from "../plugins/Mys";
import TSwitchTheme from "../components/t-switchTheme.vue";
// loading
const loading = ref(true as boolean);