Files
MaaAssistantArknights/resource/platform_diff/iOS/resource/tasks.json
Luhan Xiao 0a7f6e272c fix(macOS): 降低 RA4 和 RA15 二倍速识别阈值 (#16860)
## 变更内容

- 在 macOS平台差异配置中,为 RA4 和 RA15 的二倍速识别节点补充 `templThreshold: 0.7`
- 与此前 macOS的 iOS 差异配置保持一致

## 修改位置

- `resource/platform_diff/iOS/resource/tasks.json`

## 原因

RA4 和 RA15 在 iOS/macOS 触控环境下识别二倍速按钮时也有用户反馈出现模板匹配分数偏低的问题,和此前 RA1 的情况类似。  
因此仅在 iOS 平台差异文件中降低对应节点阈值,避免影响通用任务配置和其他平台。

## 说明

本次未修改通用任务文件 `resource/tasks/RA/Reclamation3.json`。

## Summary by Sourcery

错误修复:
- 在 macOS/iOS 的 platform-diff 任务配置中,降低 RA4 和 RA15 的双倍速度模板匹配阈值,以减少漏检情况。

<details>
<summary>Original summary in English</summary>

## Summary by Sourcery

Bug Fixes:
- Lower the double-speed template matching threshold for RA4 and RA15 in
the macOS/iOS platform-diff task configuration to reduce missed
detections.

</details>
2026-05-26 02:24:24 +08:00

57 lines
1.3 KiB
JSON

{
"AccountManagerOfficial": {
"roi": [590, 226, 102, 58]
},
"Logout": {
"roi": [660, 432, 100, 32]
},
"LogoutConfirm": {
"roi": [670, 436, 132, 36]
},
"VisitNextBlack": {
"templThreshold": 0.9
},
"SSSDrawCard": {
"templThreshold": 0.97
},
"InfrastControl": {
"templThreshold": 0.85
},
"InfrastControlMini": {
"templThreshold": 0.85
},
"InfrastSmileyOnRest": {
"templThreshold": 0.7
},
"InfrastSmileyOnWork": {
"templThreshold": 0.7
},
"InfrastSmileyOnDistract": {
"templThreshold": 0.7
},
"BattleQuickFormationRole": {
"templThreshold": 0.65
},
"Mizuki@Roguelike@MissionFailedFlag": {
"templThreshold": 0.75
},
"Sarkaz@Roguelike@ChooseBurdenOperatorAtStart": {
"templThreshold": 0.7
},
"Sarkaz@Roguelike@DecreaseBurdenAbandonThought": {
"templThreshold": 0.9
},
"Sarkaz@Roguelike@StageRefresh": {
"templThreshold": 0.7
},
"RelaunchAnchor@RA@RA1-DoubleSpeed": {
"templThreshold": 0.7
},
"RelaunchAnchor@RA@RA4-DoubleSpeed": {
"templThreshold": 0.7
},
"RelaunchAnchor@RA@RA15-DoubleSpeed": {
"templThreshold": 0.7
}
}