mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
2.0角色ID数据 close #119
This commit is contained in:
parent
a34816cd21
commit
e75e05aafd
2 changed files with 20 additions and 0 deletions
|
|
@ -84,6 +84,8 @@ export class Wiki extends ZZZPlugin {
|
|||
return false;
|
||||
}
|
||||
const charData = await getHakushCharacterData(charname);
|
||||
if (!charData)
|
||||
return this.reply(`暂无${charname}角色数据`);
|
||||
charData.Skill.getAllSkillData({
|
||||
BasicLevel,
|
||||
DodgeLevel,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue