mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
修复圣遗物命令错误
This commit is contained in:
parent
c9fe04952e
commit
a78dfaec76
@ -58,7 +58,7 @@ export default class ProfileArtis extends Base {
|
||||
let artis = this.artis
|
||||
switch (key) {
|
||||
case 'length':
|
||||
return artis.length
|
||||
return lodash.keys(artis).length
|
||||
}
|
||||
if (artis[key]) {
|
||||
return artis[key]
|
||||
|
Loading…
Reference in New Issue
Block a user