From 0d5d77e2bd0f5b663e97d3cc3641b6633c2d2aee Mon Sep 17 00:00:00 2001 From: BTMuli Date: Wed, 20 Dec 2023 00:28:10 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20=E7=AE=80=E5=8C=96?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/App/Character.d.ts | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/src/types/App/Character.d.ts b/src/types/App/Character.d.ts index 19a77214..09eb1161 100644 --- a/src/types/App/Character.d.ts +++ b/src/types/App/Character.d.ts @@ -36,20 +36,10 @@ declare namespace TGApp.App.Character { * @description Wiki 页详细信息-角色技能 * @since Beta v0.3.8 * @interface WikiSkill - * @memberof TGApp.Plugins.Hutao.Character - * @property {number} GroupId 技能组编号 - * @property {number} Id 技能编号 - * @property {string} Name 技能名称 - * @property {string} Description 技能描述 - * @property {string} Icon 技能图标 + * @memberof TGApp.App.Character + * @return WikiSkill */ - interface WikiSkill { - GroupId: number; - Id: number; - Name: string; - Description: string; - Icon: string; - } + type WikiSkill = Omit; /** * @description Wiki 详细数据