♻️ 复用方法提出来,暂时砍掉数值渲染

This commit is contained in:
BTMuli
2023-12-19 21:07:28 +08:00
parent bc50acb813
commit 7a36ab6665
6 changed files with 62 additions and 38 deletions

View File

@@ -111,7 +111,7 @@ declare namespace TGApp.Plugins.Hutao.Character {
* @memberof TGApp.Plugins.Hutao.Character
* @description RawHutaoItem.SkillDepot.Skill => RhisdSkill
* @property {number} GroupId 技能组编号
* @property {string[]} Proud.Description 技能描述
* @property {string[]} Proud.Descriptions 技能描述
* @property {RhiParameter[]} Proud.Parameters 技能参数
* @property {number} Id 技能编号
* @property {string} Name 技能名称
@@ -122,7 +122,7 @@ declare namespace TGApp.Plugins.Hutao.Character {
interface RhisdSkill {
GroupId: number;
Proud: {
Description: string[];
Descriptions: string[];
Parameters: RhiParameter[];
};
Id: number;