Files
bettergi-scripts-list/repo/js/背包材料统计/manifest.json
JJMdzh 9323fda85b JS,新增仅背包统计选项 (#1420)
* JS,新增仅背包统计选项

+ v2.41 修复勾选分类的本地记录bug,新增仅背包统计选项;

* JS,新增仅背包统计选项;修复bug

+ v2.41 修复勾选分类的本地记录bug,新增仅背包统计选项;如果本地记录已经遭到破坏。比如每条路径都产生大量材料名-0.txt,就只能手动清理或者删除本地记录pathing_record,重新跑。个人推荐需要路径功能的选择仅路径。

* Update settings.json

---------

Co-authored-by: 起个名字好难的喵 <25520958+MisakaAldrich@users.noreply.github.com>
2025-07-27 16:38:53 +08:00

14 lines
419 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": "背包统计采集系统",
"version": "2.41",
"bgi_version": "0.44.8",
"description": "默认四行为一页模板匹配材料OCR识别数量。\n数字太小可能无法识别用?代替。\n目前支持采集材料的数量统计+路径CD管理。",
"authors": [
{
"name": "吉吉喵"
}
],
"settings_ui": "settings.json",
"main": "main.js"
}