js: 背包统计采集系统 (#1151)

+ v2.30 更改路径专注模式默认值,加log提示;去除注释掉的调试log;背包材料统计更改名为背包统计采集系统
This commit is contained in:
JJMdzh
2025-06-21 20:29:09 +08:00
committed by GitHub
parent 5b60cffbe3
commit 6c832ff0a6
5 changed files with 31 additions and 84 deletions

View File

@@ -17,7 +17,7 @@
{
"name": "onlyPathing",
"type": "select",
"label": "====================\n只扫描📁pathing下的材料\n无视【材料分类】勾选。默认",
"label": "====================\n只扫描📁pathing下的材料\n无视【材料分类】勾选。默认",
"options": [
"是",
"否",
@@ -91,6 +91,6 @@
{
"name": "ImageDelay",
"type": "input-text",
"label": "数字太小可能无法识别,用?代替\n====================\n识图基准时间(默认:10 毫秒)"
"label": "数字太小可能无法识别,用?代替\n====================\n识图延迟时间(默认:10 毫秒)"
}
]