fix:头像框问题

This commit is contained in:
yushunrui 2024-01-12 23:10:39 +08:00 committed by xichaoyin
parent 00ed252403
commit fc1e2c9e1f

View File

@ -301,6 +301,9 @@ export class UserFun {
change = true;
gud.headFrames[conf.id] = G.time + val * v;
}
} else if (conf?.cond?.[0] == "jjc_rank") {
change = true;
gud.headFrames[conf.id] = -1;
}
}