2.0角色ID数据 close #119

This commit is contained in:
UCPr 2025-05-26 14:01:25 +08:00
parent a34816cd21
commit e75e05aafd
2 changed files with 20 additions and 0 deletions

View file

@ -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,