Files
bettergi-scripts-list/repo/js/AutoFightAsync/manifest.json
2025-05-10 04:32:37 +08:00

16 lines
447 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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