This commit is contained in:
Aluxes 2024-04-04 02:01:01 +08:00
parent 3ac9ef6aaf
commit 9fa319fb98
No known key found for this signature in database
GPG Key ID: 6696152F9C003087

View File

@ -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) {