🌱 获取用户信息

This commit is contained in:
目棃
2024-12-30 08:59:41 +08:00
parent f6ae5b335a
commit 377caed0f4
6 changed files with 86 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ import showSnackbar from "@comp/func/snackbar.js";
import Mys from "@Mys/index.js";
import { computed, onMounted, ref, shallowRef, watch } from "vue";
import { getGameName } from "@/web/utils/tools.js";
import { getGameName } from "@/utils/toolFunc.js";
type ToPostSearchProps = { modelValue: boolean; gid: string; keyword?: string };
type ToPostSearchEmits = (e: "update:modelValue", v: boolean) => void;