mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
屏蔽100000005以下的uid面板更新
This commit is contained in:
parent
7081393e06
commit
4f79e42214
@ -12,6 +12,9 @@ export default class ProfileReq extends Base {
|
|||||||
if (!e || !e.uid) {
|
if (!e || !e.uid) {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
if (e.uid * 1 < 100000005) {
|
||||||
|
return false
|
||||||
|
}
|
||||||
return new ProfileReq(e)
|
return new ProfileReq(e)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user