Files
bettergi-scripts-list/repo/js/AutoLeyLineOutcrop/manifest.json
Colin Xu 3fbd744add [全自动地脉花]: 修复地脉花OCR识别内存泄漏问题 (#2433)
* fix(js): 修复地脉花OCR识别内存泄漏问题

将resList变量声明移至try块外部,并在finally块中统一释放资源,避免多处dispose调用导致的内存管理问题

* update version 4.4.5

* fix(js): 修复浓缩树脂OCR识别内存泄漏问题

将textList变量声明移至try块外部,并在finally块中统一释放OCR识别结果资源,避免多处dispose调用导致的内存管理问题

* fix(js): 修复地脉花OCR识别captureRegion内存泄漏问题

将captureRegion变量声明移至try块外部,并在finally块中添加资源释放,避免captureGameRegion()调用产生的内存泄漏
2025-12-03 23:08:43 +08:00

45 lines
1.9 KiB
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": "全自动地脉花",
"version": "4.4.5",
"tags": ["地脉花"],
"bgi_version": "0.52.0",
"description": "基于OCR图像识别的全自动刷取地脉花。\n💡更多信息请查看README! \n\n----------注意事项----------\n●仅支持BetterGI 0.52.0 及以上版本!\n●部分地脉花因特殊原因不支持全自动具体的点位请在手册中查看。\n●树脂使用的优先级2倍原粹树脂 > 浓缩树脂 > 原粹树脂。\n●运行时会传送到七天神像设置中设置的七天神像需要关闭七天神像设置中的“是否就近七天神像恢复血量”并指定七天神像。\n●战斗策略注意调度器设置中地图追踪行走配置里的“允许在JsSpript中使用”和“覆盖JS中的自动战斗配置”只有在都打开的情况下脚本才会使用下面的战斗配置否则会使用独立任务中的战斗策略。战斗超时时间不能大于脚本自定义配置中的时间。\n\n如果遇到问题请先参照README中的方法进行解决。",
"authors": [
{
"name": "ddaodan",
"links": "https://github.com/ddaodan"
},
{
"name": "平面镜",
"links": "https://github.com/Flatmirrr"
},
{
"name": "秋云",
"links": "https://github.com/physligl"
},
{
"name": "起个名字好难的喵",
"links": "https://github.com/MisakaAldrich"
},
{
"name": "火山",
"links": "https://github.com/RRRR623"
},
{
"name": "寒烟",
"links": "https://github.com/214-hanyan"
},
{
"name": "羊汪汪",
"links": "https://github.com/ColinXHL"
}
],
"settings_ui": "settings.json",
"main": "main.js",
"http_allowed_urls": [
"https://cnb.cool/*",
"https://*.github.com/*"
]
}