mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
♻️ 复用方法提出来,暂时砍掉数值渲染
This commit is contained in:
4
src/plugins/Hutao/types/Character.d.ts
vendored
4
src/plugins/Hutao/types/Character.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user