♻️ 修正import,调整路径

This commit is contained in:
BTMuli
2025-05-23 11:48:53 +08:00
parent 1266e5e9ee
commit 0d6ba14a0e
147 changed files with 407 additions and 492 deletions

View File

@@ -21,12 +21,11 @@
import TMiImg from "@comp/app/t-mi-img.vue";
import TOverlay from "@comp/app/t-overlay.vue";
import showSnackbar from "@comp/func/snackbar.js";
import useAppStore, { type NewsType } from "@store/app.js";
import useBBSStore from "@store/bbs.js";
import { storeToRefs } from "pinia";
import { onMounted, shallowRef } from "vue";
import { type NewsType, useAppStore } from "@/store/modules/app.js";
import useBBSStore from "@/store/modules/bbs.js";
type ChannelItem = { icon: string; title: string; gid: number };
type ToChannelProps = { gid?: string; curType?: string };