fix: 调低 MacOS PlayCover 下对 InfrastControl 识别的阈值 (#14139)

This commit is contained in:
Weiyou Wang
2025-09-17 02:21:20 +10:00
committed by GitHub
parent 85269c3f7b
commit 7e7feb9599

View File

@@ -14,6 +14,12 @@
"SSSDrawCard": {
"templThreshold": 0.97
},
"InfrastControl": {
"templThreshold": 0.85
},
"InfrastControlMini": {
"templThreshold": 0.85
},
"InfrastSmileyOnRest": {
"templThreshold": 0.7
},