🏷️ fix(type): 一些 Type 改动

This commit is contained in:
BTMuli
2023-04-08 14:31:05 +08:00
parent 80212f2592
commit 628366a876
23 changed files with 117 additions and 533 deletions

View File

@@ -9,8 +9,6 @@
import { ref } from "vue";
// pinia
import { defineStore } from "pinia";
// interface
import { type Map } from "../../interface/Base";
export const useHomeStore = defineStore(
"home", () => {
@@ -31,7 +29,7 @@ export const useHomeStore = defineStore(
poolShow,
positionShow,
});
const poolCover = ref({} satisfies Map<string>);
const poolCover = ref({} satisfies Record<number, string>);
function init (): void {
calendarShow.value = {