Add conditional check for runVar in Comment case

This commit is contained in:
kwaroran
2024-03-25 02:59:58 +09:00
parent 6fb5b7d6a0
commit 92335c9f10

View File

@@ -1065,6 +1065,9 @@ export function risuChatParser(da:string, arg:{
} }
} }
case 'Comment':{ case 'Comment':{
if(arg.runVar){
break
}
if(!commentMode){ if(!commentMode){
thinkingMode = false thinkingMode = false
commentMode = true commentMode = true