From 3844e36fdb9c2ed092b77c726257a62b33787eae Mon Sep 17 00:00:00 2001 From: BTMuli Date: Thu, 14 Dec 2023 18:03:49 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=BB=A5=E9=81=BF=E5=85=8D=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/App/Calendar.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/types/App/Calendar.d.ts b/src/types/App/Calendar.d.ts index d342bbe8..fa66ea80 100644 --- a/src/types/App/Calendar.d.ts +++ b/src/types/App/Calendar.d.ts @@ -1,13 +1,13 @@ /** * @file types/App/Calendar.d.ts * @description 应用素材日历相关类型定义文件 - * @since Beta v0.3.5 + * @since Beta v0.3.8 */ declare namespace TGApp.App.Calendar { /** * @description 素材日历类型 - * @since Beta v0.3.5 + * @since Beta v0.3.8 * @interface Item * @property {number} id - 角色ID/武器ID * @property {number} contentId - 观测枢的 content_id @@ -28,7 +28,7 @@ declare namespace TGApp.App.Calendar { contentId: number; dropDays: number[]; name: string; - itemType: "character" | "weapon"; + itemType: string; // character | weapon star: number; bg: string; icon: string;