mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
♻️ Hutao 类型重构,优化目录结构
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
// vue
|
||||
import { onMounted, ref } from "vue";
|
||||
// utils
|
||||
import HutaoRequest from "../../plugins/Hutao";
|
||||
import Hutao from "../../plugins/Hutao";
|
||||
import HtaOverlayOverview from "../../components/hutaoAbyss/hta-overlay-overview.vue";
|
||||
|
||||
const showDialog = ref(false);
|
||||
@@ -18,7 +18,7 @@ const showDialog = ref(false);
|
||||
const overview = ref({} as TGApp.Plugins.Hutao.AbyssOverview);
|
||||
|
||||
onMounted(async () => {
|
||||
overview.value = await HutaoRequest.Abyss.getOverview();
|
||||
overview.value = await Hutao.Abyss.getOverview();
|
||||
});
|
||||
|
||||
function getUpdated() {
|
||||
|
||||
Reference in New Issue
Block a user