🏷️ 修正类型定义

This commit is contained in:
BTMuli
2026-03-25 18:01:46 +08:00
parent 0c41ce4725
commit cc71ab05fb

View File

@@ -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 {