js: 异步自动战斗,基于OCR识别以判断战斗结束 (#562)

This commit is contained in:
秋云
2025-04-13 09:44:45 +08:00
committed by GitHub
parent 0f1f09e43d
commit 8ba70db546
2 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"manifest_version": 1,
"name": "AutoFightAsync",
"version": "1.0",
"bgiversion" : "0.34.6",
"description": "异步调用独立战斗任务根据OCR结果判断战斗是否结束不建议直接使用仅供其他脚本作者参考",
"authors": [
{
"name": "秋云",
"link": "https://github.com/phydligl"
}
],
"settings_ui": "settings.json",
"main": "main.js"
}