mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
fix
This commit is contained in:
parent
3ac9ef6aaf
commit
9fa319fb98
@ -52,7 +52,7 @@ export async function profileArtis (e) {
|
||||
* */
|
||||
export async function profileArtisList (e) {
|
||||
let game = /星铁|遗器/.test(e.msg) ? 'sr' : 'gs'
|
||||
e.isSr = game
|
||||
e.isSr = game === 'sr'
|
||||
|
||||
let uid = await getTargetUid(e)
|
||||
if (!uid) {
|
||||
|
Loading…
Reference in New Issue
Block a user