mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 12:51:30 +00:00
fix: 星铁更新面板
This commit is contained in:
parent
1fb0df873c
commit
0db4ce1f91
@ -57,8 +57,8 @@ const ProfileList = {
|
|||||||
|
|
||||||
let isSelfUid = false
|
let isSelfUid = false
|
||||||
if (e.runtime) {
|
if (e.runtime) {
|
||||||
let uids = e.runtime?.user?.ckUids || []
|
let uids = e.runtime?.user?.getCkUidList(e.game) || []
|
||||||
isSelfUid = uids.join(',').split(',').includes(uid + '')
|
isSelfUid = uids.some(ds => ds.uid === uid + '')
|
||||||
}
|
}
|
||||||
let rank = false
|
let rank = false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user