js,背包+路径CD,更快 (#907)

v2.25 当前、后位材料识别(加速扫描), 新增只扫描路径材料名选项(内存占用更小)
This commit is contained in:
JJMdzh
2025-05-23 16:07:00 +08:00
committed by GitHub
parent 83073b273d
commit d99c7e56af
4 changed files with 263 additions and 221 deletions

View File

@@ -9,10 +9,19 @@
"type": "input-text",
"label": "如填入 甜甜花,薄荷,苹果\n-----------------\n\n目标数量默认5000"
},
{
"name": "onlyPathing",
"type": "select",
"label": "上2项可不填\n=============\n只扫描pathing文件夹中材料名\n的数量默认是",
"options": [
"是",
"否",
]
},
{
"name": "unselected",
"type": "checkbox",
"label": "上2项可不填\n=============\n反选材料分类"
"label": "=============\n反选材料分类"
},
{
"name": "Smithing",
@@ -75,8 +84,8 @@
"label": "-----------------\n\n武器突破素材"
},
{
"name": "OcrDelay",
"name": "ImageDelay",
"type": "input-text",
"label": "数字太小可能无法识别,用?代替\n=============\nOCR基准时间(默认:10 毫秒)"
"label": "数字太小可能无法识别,用?代替\n=============\n识图基准时间(默认:0 毫秒)"
}
]