mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-21 14:38:30 +00:00
fix. 修复uid与qq号对应关系不刷新的问题
This commit is contained in:
parent
c35dafbe79
commit
ed77db3f3e
@ -59,8 +59,8 @@ const ProfileList = {
|
||||
if (e.runtime && e.runtime?.user) {
|
||||
let uids = []
|
||||
let user = e.runtime.user
|
||||
if (typeof user.getCkUidList === 'function') {
|
||||
uids = user.getCkUidList(e.game).map(i => i.uid) || []
|
||||
if (typeof user.getUidList === 'function') {
|
||||
uids = user.getUidList(e.game).map(i => i.uid) || []
|
||||
} else {
|
||||
uids = user.ckUids || []
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user