mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-16 03:33:25 +08:00
* js:性能测试1.1 从截图、模板匹配、ocr三个角度评价电脑性能 结果仅作为参考,只能在一定程度上反映当前环境下bgi的运行状态 建议启动bgi后不要执行其他任务就进行测试(如果截图评分低于50,可能bgi没睡醒,建议稍等后再测一次) * js:锄地一条龙1.4.4 ### 1.4.4(2025.08.15) 1.微调了拾取的参数,尝试减少误拾取与遗漏 * js:性能测试1.2 单独测试时得分修正
43 lines
770 B
JSON
43 lines
770 B
JSON
[
|
|
{
|
|
"name": "operationMode",
|
|
"type": "select",
|
|
"label": "测试项目",
|
|
"options": [
|
|
"综合测试",
|
|
"截图",
|
|
"模板匹配",
|
|
"ocr"
|
|
],
|
|
"default": "综合测试"
|
|
},
|
|
{
|
|
"name": "dispose",
|
|
"type": "checkbox",
|
|
"label": "是否dispose"
|
|
},
|
|
{
|
|
"name": "timeout",
|
|
"type": "input-text",
|
|
"label": "运行时间(秒)",
|
|
"default": "60"
|
|
},
|
|
{
|
|
"name": "interval",
|
|
"type": "input-text",
|
|
"label": "间隔多久输出一次(毫秒)",
|
|
"default": "1000"
|
|
},
|
|
{
|
|
"name": "xRange",
|
|
"type": "input-text",
|
|
"label": "区域大小x",
|
|
"default": "1920"
|
|
},
|
|
{
|
|
"name": "yRange",
|
|
"type": "input-text",
|
|
"label": "区域大小y",
|
|
"default": "1080"
|
|
}
|
|
] |