From b7a555c8b8108c1841ef09c1e2a9e4cffdaaaf29 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Wed, 18 Oct 2023 17:47:21 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20=E4=BF=AE=E5=A4=8D=20eslin?= =?UTF-8?q?t=20=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/App/GCG.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/types/App/GCG.d.ts b/src/types/App/GCG.d.ts index 30a6890c..ff42f141 100644 --- a/src/types/App/GCG.d.ts +++ b/src/types/App/GCG.d.ts @@ -9,7 +9,7 @@ declare namespace TGApp.App.GCG { /** * @description Wiki页用到的简略信息 * @interface WikiBriefInfo - * @since Alpha v0.2.2 + * @since Beta v0.3.3 * @property {number} id - 卡牌 ID * @property {number} contentId - 观测枢的 content_id * @property {string} name - 卡牌名称 @@ -24,7 +24,7 @@ declare namespace TGApp.App.GCG { name: string; type: string; icon: string; - tags: Partial; + tags: Partial | null; } /**