mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
🚨 修复 qodana 报错
This commit is contained in:
@@ -127,7 +127,6 @@ import { computed, onMounted, ref } from "vue";
|
|||||||
import { useAppStore } from "../../store/modules/app";
|
import { useAppStore } from "../../store/modules/app";
|
||||||
import { useUserStore } from "../../store/modules/user";
|
import { useUserStore } from "../../store/modules/user";
|
||||||
import mhyClient from "../../utils/TGClient";
|
import mhyClient from "../../utils/TGClient";
|
||||||
import showSnackbar from "../func/snackbar";
|
|
||||||
|
|
||||||
const appStore = useAppStore();
|
const appStore = useAppStore();
|
||||||
const userStore = useUserStore();
|
const userStore = useUserStore();
|
||||||
|
|||||||
Reference in New Issue
Block a user