From fc1e2c9e1f842858149dccf800f61c51598ebd70 Mon Sep 17 00:00:00 2001 From: yushunrui <364203175@qq.com> Date: Fri, 12 Jan 2024 23:10:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=A4=B4=E5=83=8F=E6=A1=86=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/public/user.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/public/user.ts b/src/public/user.ts index b66308d..de2e96a 100644 --- a/src/public/user.ts +++ b/src/public/user.ts @@ -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; } }