From eb5b83e5aca853fb93de849fd5027036593510f8 Mon Sep 17 00:00:00 2001 From: JJMdzh Date: Fri, 26 Sep 2025 21:21:52 +0800 Subject: [PATCH] Update manifest.json (#2000) --- repo/js/背包材料统计/manifest.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/repo/js/背包材料统计/manifest.json b/repo/js/背包材料统计/manifest.json index 16f8ddb07..aeac173ba 100644 --- a/repo/js/背包材料统计/manifest.json +++ b/repo/js/背包材料统计/manifest.json @@ -4,6 +4,13 @@ "version": "2.42", "bgi_version": "0.44.8", "description": "模板匹配材料,OCR识别数量;\n支持背包材料的数量统计+路径CD管理,自动优选路径;\n具体支持看材料CD文件,可自行增减材料CD。", + "saved_files": [ + "history_record/*.txt", + "overwrite_record/*.txt", + "latest_record.txt", + "pathing_record/*.txt", + "pathing_record/noRecord/*.txt" + ], "authors": [ { "name": "吉吉喵" @@ -11,4 +18,4 @@ ], "settings_ui": "settings.json", "main": "main.js" -} \ No newline at end of file +}