refactor: ♻️ 组件命名统一

This commit is contained in:
ray
2024-10-29 23:51:24 +08:00
parent bd4b6ddc31
commit dbcd0f209b
7 changed files with 21 additions and 16 deletions

View File

@@ -188,6 +188,7 @@ import defaultSettings from "@/settings";
import { ThemeEnum } from "@/enums/ThemeEnum";
import { useSettingsStore, useUserStore, useDictStore } from "@/store";
const userStore = useUserStore();
const settingsStore = useSettingsStore();
const dictStore = useDictStore();
@@ -351,7 +352,7 @@ onMounted(() => {
.title {
margin: auto 5px;
font-size: 26px;
font-size: 24px;
font-weight: bold;
color: transparent;
background: linear-gradient(to right, #3b82f6, #14b8a6);