From ce4dc2835b3ebed8ab0a39225afaaa7e8f964887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B7=E4=B8=AA=E5=90=8D=E5=AD=97=E5=A5=BD=E9=9A=BE?= =?UTF-8?q?=E7=9A=84=E5=96=B5?= <25520958+MisakaAldrich@users.noreply.github.com> Date: Mon, 28 Jul 2025 12:15:15 +0800 Subject: [PATCH] add tags --- repo/js/Auto Theft NPC & 原食/manifest.json | 6 +++++- repo/js/AutoRefinedCondensationResin/manifest.json | 5 ++++- repo/js/AutoSmithyOre/manifest.json | 3 +++ repo/js/Autopermission/manifest.json | 3 +++ repo/js/OCR购买食材/manifest.json | 5 +++++ repo/js/料理制作及食材加工/manifest.json | 4 +++- repo/js/食材加工 识图/manifest.json | 6 +++++- 7 files changed, 28 insertions(+), 4 deletions(-) diff --git a/repo/js/Auto Theft NPC & 原食/manifest.json b/repo/js/Auto Theft NPC & 原食/manifest.json index abadf6c4..bb93d8f2 100644 --- a/repo/js/Auto Theft NPC & 原食/manifest.json +++ b/repo/js/Auto Theft NPC & 原食/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 1, - "name": "抢劫(购买)NPC商品-图像识别", + "name": "购买NPC食材-图像识别", "version": "2.0.0", "description": "原食脚本: 基于图像识别的抢劫NPC商品, 可选择性购买商品, 节省大量摩拉与时间.", "authors": [ @@ -9,6 +9,10 @@ "links": "https://github.com/TingYu-lulumi" } ], + "tags": [ + "购买食材", + "图像识别" + ], "settings_ui": "settings.json", "main": "main.js" } \ No newline at end of file diff --git a/repo/js/AutoRefinedCondensationResin/manifest.json b/repo/js/AutoRefinedCondensationResin/manifest.json index 66afa073..5c9587dd 100644 --- a/repo/js/AutoRefinedCondensationResin/manifest.json +++ b/repo/js/AutoRefinedCondensationResin/manifest.json @@ -4,7 +4,10 @@ "version": "1.0", "bgi_version": "0.47.0", "description": "\n可前往多国合成台自动合成浓缩树脂(仅支持中文语言)。\n通过OCR技术确保准确进入合成台并完成合成操作。\n可设置特定星期执行任务(例:输入\"1,3,5,7\"在周一/三/五/日执行)。\n特殊时间处理:00:00~04:00视为前一天。", - "tags": [], + "tags": [ + "OCR", + "合成树脂" + ], "authors": [ { "name": "蜜柑魚" diff --git a/repo/js/AutoSmithyOre/manifest.json b/repo/js/AutoSmithyOre/manifest.json index 4496ed0a..536d54ed 100644 --- a/repo/js/AutoSmithyOre/manifest.json +++ b/repo/js/AutoSmithyOre/manifest.json @@ -9,6 +9,9 @@ "links": "https://github.com/lwwens" } ], + "tags": [ + "坐标点击" + ], "settings_ui": "settings.json", "main": "main.js" } \ No newline at end of file diff --git a/repo/js/Autopermission/manifest.json b/repo/js/Autopermission/manifest.json index b228819c..85172382 100644 --- a/repo/js/Autopermission/manifest.json +++ b/repo/js/Autopermission/manifest.json @@ -9,6 +9,9 @@ "links": "https://github.com/Traveler07" } ], + "tags": [ + "世界权限" + ], "settings_ui": "settings.json", "main": "main.js" } \ No newline at end of file diff --git a/repo/js/OCR购买食材/manifest.json b/repo/js/OCR购买食材/manifest.json index d90099aa..1c2a3dc8 100644 --- a/repo/js/OCR购买食材/manifest.json +++ b/repo/js/OCR购买食材/manifest.json @@ -9,6 +9,11 @@ "links": "https://github.com/JJMdzh" } ], + "tags": [ + "购买食材", + "OCR", + "图像识别" + ], "settings_ui": "settings.json", "main": "main.js" } \ No newline at end of file diff --git a/repo/js/料理制作及食材加工/manifest.json b/repo/js/料理制作及食材加工/manifest.json index 93e65763..fad4cf77 100644 --- a/repo/js/料理制作及食材加工/manifest.json +++ b/repo/js/料理制作及食材加工/manifest.json @@ -4,8 +4,10 @@ "name": "料理制作及食材加工", "version": "1.3", "tags": [ + "料理制作", + "搜索", "食材加工", - "料理制作" + "坐标点击" ], "description": "自动烹饪料理以及加工食材,需要0.44.6及以上版本", "authors": [ diff --git a/repo/js/食材加工 识图/manifest.json b/repo/js/食材加工 识图/manifest.json index 1467e677..29cea9b4 100644 --- a/repo/js/食材加工 识图/manifest.json +++ b/repo/js/食材加工 识图/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 1, - "name": "选择加工 食材", + "name": "选择加工食材", "version": "2.1", "description": "食材加工 识图 复选框。", "authors": [ @@ -9,6 +9,10 @@ "links": "https://github.com/JJMdzh" } ], + "tags": [ + "食材", + "图像识别" + ], "settings_ui": "settings.json", "main": "main.js" } \ No newline at end of file