mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-30 06:19:45 +08:00
🏷️ 修正类型定义
This commit is contained in:
@@ -17,7 +17,7 @@ import type { Component } from "vue";
|
||||
|
||||
import TaTable from "./ta-table.vue";
|
||||
|
||||
type TaParserProps = { data: TGApp.BBS.Announcement.AnnoDetail };
|
||||
type TaParserProps = { data: TGApp.Game.Anno.AnnoDetail };
|
||||
const props = defineProps<TaParserProps>();
|
||||
|
||||
function getTaName(ta: TGApp.BBS.SctPost.Base): Component {
|
||||
|
||||
Reference in New Issue
Block a user