问题类型 / Issue Type
一般 Bug / General Bug
问题描述及复现步骤 / Problem Description & Reproduction Steps
预期:正常实现点击max按钮
实际:点击失效
复现:https://github.com/1bananachicken/MaaNTE/actions/runs/25672927549 下mxu版本的MaaNTE,钓鱼任务(新),缺少鱼饵时的情况
仅发现CursorPos方式存在问题(WindowPos方式大概率也存在),后续切换为Seize可以正常完成任务
以下视频为CursorPos方式录制,视频15s点击鱼饵未出现预期的鱼饵介绍界面,以及后续点击max按钮无效
https://github.com/user-attachments/assets/40b461b1-1698-453c-a962-06778d3ffa05
MaaFramework 版本 / Version
5.10.4
日志文件 / Log Files
MaaNTE-logs-0.0.4-ci.260511-6212f95-20260511-212652.zip
Pipeline JSON
{
"FishNewStoreChooseGeneralBait": {
"desc": "商店界面选择万能鱼饵",
"recognition": "TemplateMatch",
"roi": [
26,
81,
418,
585
],
"template": [
"Fish/FishStoreGeneralBait.png"
],
"threshold": 0.8,
"action": "Click",
"next": [
"FishNewStoreChooseMaxSuccess",
"[JumpBack]FishNewStoreChooseMax"
]
},
"FishNewStoreChooseMax": {
"desc": "商店界面点击最多按钮",
"recognition": {
"type": "TemplateMatch",
"param": {
"roi": [
1200,
617,
36,
36
],
"template": [
"Fish/FishStoreMax.png",
"Fish/FishStoreMaxGrey.png"
],
"threshold": 0.8
}
},
"action": "Click"
}
}
崩溃 Dump 文件 / Crash Dump (仅崩溃问题 / Crash only)
No response
Draw 调试图片 / Draw Debug Images (仅识别问题 / Recognition only)
No response
模板图片 / Template Images (仅识别问题 / Recognition only)
No response
其他信息 / Additional Information
No response
问题类型 / Issue Type
一般 Bug / General Bug
问题描述及复现步骤 / Problem Description & Reproduction Steps
预期:正常实现点击max按钮
实际:点击失效
复现:https://github.com/1bananachicken/MaaNTE/actions/runs/25672927549 下mxu版本的MaaNTE,钓鱼任务(新),缺少鱼饵时的情况
仅发现CursorPos方式存在问题(WindowPos方式大概率也存在),后续切换为Seize可以正常完成任务
以下视频为CursorPos方式录制,视频15s点击鱼饵未出现预期的鱼饵介绍界面,以及后续点击max按钮无效
https://github.com/user-attachments/assets/40b461b1-1698-453c-a962-06778d3ffa05
MaaFramework 版本 / Version
5.10.4
日志文件 / Log Files
MaaNTE-logs-0.0.4-ci.260511-6212f95-20260511-212652.zip
Pipeline JSON
{ "FishNewStoreChooseGeneralBait": { "desc": "商店界面选择万能鱼饵", "recognition": "TemplateMatch", "roi": [ 26, 81, 418, 585 ], "template": [ "Fish/FishStoreGeneralBait.png" ], "threshold": 0.8, "action": "Click", "next": [ "FishNewStoreChooseMaxSuccess", "[JumpBack]FishNewStoreChooseMax" ] }, "FishNewStoreChooseMax": { "desc": "商店界面点击最多按钮", "recognition": { "type": "TemplateMatch", "param": { "roi": [ 1200, 617, 36, 36 ], "template": [ "Fish/FishStoreMax.png", "Fish/FishStoreMaxGrey.png" ], "threshold": 0.8 } }, "action": "Click" } }崩溃 Dump 文件 / Crash Dump (仅崩溃问题 / Crash only)
No response
Draw 调试图片 / Draw Debug Images (仅识别问题 / Recognition only)
No response
模板图片 / Template Images (仅识别问题 / Recognition only)
No response
其他信息 / Additional Information
No response