From 1bde46aada0ea9137e34ec1d5db6a11f30ffbe8a 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, 29 Dec 2025 11:16:11 +0800 Subject: [PATCH] patch js author links --- build/author_config.json | 3 +- repo/js/ArtifactsAssistant/manifest.json | 2 +- repo/js/AutoDomainCustomizable/manifest.json | 4 +- repo/js/AutoFishingTeyvat/manifest.json | 8 +-- repo/js/AutoInstructorLock/manifest.json | 3 +- repo/js/AutoSwitchRoles/manifest.json | 4 +- repo/js/DeerGameMeat/manifest.json | 2 +- repo/js/HoeingPathingTest/manifest.json | 5 +- .../MiliastraExperiencePlayback/manifest.json | 4 +- repo/js/TravelersTales/manifest.json | 50 +++++++++---------- repo/js/WeeklyThousandStarRealm/manifest.json | 4 +- repo/js/YuanQinAssistant/manifest.json | 2 +- repo/js/waitUntilSpecifiedTime/manifest.json | 4 +- repo/js/七圣召唤七日历练全自动/manifest.json | 4 +- repo/js/只要大瓶/manifest.json | 3 +- repo/js/日志分析工具/manifest.json | 3 +- repo/js/背包材料统计/manifest.json | 3 +- repo/js/食材加工(模拟点击)/manifest.json | 31 ++++++------ repo/js/食材加工/manifest.json | 3 +- 19 files changed, 77 insertions(+), 65 deletions(-) diff --git a/build/author_config.json b/build/author_config.json index 4f5767e46..275781b76 100644 --- a/build/author_config.json +++ b/build/author_config.json @@ -61,6 +61,7 @@ "躁动的氨气": "https://github.com/zaodonganqi", "海豹穹穹队": "https: //github.com/OhmyPaoPao", "李小璐的假奶量": "https://github.com/FZR1314521", - "Annijang": "https://github.com/Annijang" + "Annijang": "https://github.com/Annijang", + "breadgrocery": "https://github.com/breadgrocery" } } \ No newline at end of file diff --git a/repo/js/ArtifactsAssistant/manifest.json b/repo/js/ArtifactsAssistant/manifest.json index d0a67a6f9..3d2467d5c 100644 --- a/repo/js/ArtifactsAssistant/manifest.json +++ b/repo/js/ArtifactsAssistant/manifest.json @@ -7,7 +7,7 @@ "authors": [ { "name": "756yang", - "link": "https://github.com/756yang" + "links": "https://github.com/756yang" } ], "settings_ui": "settings.json", diff --git a/repo/js/AutoDomainCustomizable/manifest.json b/repo/js/AutoDomainCustomizable/manifest.json index dbf750f8f..074b1233f 100644 --- a/repo/js/AutoDomainCustomizable/manifest.json +++ b/repo/js/AutoDomainCustomizable/manifest.json @@ -7,7 +7,7 @@ "authors": [ { "name": "huiyadanli", - "link": "https://github.com/huiyadanli" + "links": "https://github.com/huiyadanli" }, { "name": "iris" @@ -17,7 +17,7 @@ }, { "name": "RJFAC", - "link": "https://github.com/RJFAC" + "links": "https://github.com/RJFAC" } ], "settings_ui": "settings.json", diff --git a/repo/js/AutoFishingTeyvat/manifest.json b/repo/js/AutoFishingTeyvat/manifest.json index 400cdf6cc..8d16d9250 100644 --- a/repo/js/AutoFishingTeyvat/manifest.json +++ b/repo/js/AutoFishingTeyvat/manifest.json @@ -6,10 +6,12 @@ "description": "支持自动追踪并垂钓bgi支持的全提瓦特垂钓点", "authors": [ { - "name": "提瓦特钓鱼玳师" + "name": "提瓦特钓鱼玳师", + "links": "https://github.com/Hijiwos" }, { - "name": "蜜柑魚" + "name": "蜜柑魚", + "links": "https://github.com/this-Fish" } ], "saved_files": [ @@ -17,4 +19,4 @@ ], "settings_ui": "settings.json", "main": "main.js" -} +} \ No newline at end of file diff --git a/repo/js/AutoInstructorLock/manifest.json b/repo/js/AutoInstructorLock/manifest.json index 191a04d3f..409dc3dce 100644 --- a/repo/js/AutoInstructorLock/manifest.json +++ b/repo/js/AutoInstructorLock/manifest.json @@ -5,7 +5,8 @@ "description": "锁定背包中的四星教官", "authors": [ { - "name": "mno" + "name": "mno", + "links": "https://github.com/Bedrockx" } ], "settings_ui": "settings.json", diff --git a/repo/js/AutoSwitchRoles/manifest.json b/repo/js/AutoSwitchRoles/manifest.json index 541801f88..01d11d286 100644 --- a/repo/js/AutoSwitchRoles/manifest.json +++ b/repo/js/AutoSwitchRoles/manifest.json @@ -7,9 +7,9 @@ "authors": [ { "name": "Tool_tingsu", - "link": "" + "links": "https://github.com/Tooltingsu" } ], "settings_ui": "settings.json", "main": "main.js" -} +} \ No newline at end of file diff --git a/repo/js/DeerGameMeat/manifest.json b/repo/js/DeerGameMeat/manifest.json index 2e53c0066..875c64f7c 100644 --- a/repo/js/DeerGameMeat/manifest.json +++ b/repo/js/DeerGameMeat/manifest.json @@ -7,7 +7,7 @@ "authors": [ { "name": "zaodonganqi", - "link": "https://github.com/zaodonganqi" + "links": "https://github.com/zaodonganqi" } ], "settings_ui": "settings.json", diff --git a/repo/js/HoeingPathingTest/manifest.json b/repo/js/HoeingPathingTest/manifest.json index b9eb886df..8ba64edc7 100644 --- a/repo/js/HoeingPathingTest/manifest.json +++ b/repo/js/HoeingPathingTest/manifest.json @@ -5,11 +5,12 @@ "description": "用于测试锄地路线的怪物信息,运行时间,并根据运行记录修改description字段,以适配js锄地一条龙", "authors": [ { - "name": "mno" + "name": "mno", + "links": "https://github.com/Bedrockx" }, { "name": "Tool_tingsu", - "link": "" + "links": "https://github.com/Tooltingsu" } ], "settings_ui": "settings.json", diff --git a/repo/js/MiliastraExperiencePlayback/manifest.json b/repo/js/MiliastraExperiencePlayback/manifest.json index 619712747..2c4f89899 100644 --- a/repo/js/MiliastraExperiencePlayback/manifest.json +++ b/repo/js/MiliastraExperiencePlayback/manifest.json @@ -7,7 +7,7 @@ "authors": [ { "name": "breadgrocery", - "link": "https://github.com/breadgrocery/miliastra-experience-playback" + "links": "https://github.com/breadgrocery/miliastra-experience-playback" } ], "main": "main.js", @@ -16,4 +16,4 @@ "store/*.json", "assets/playbacks/*.json" ] -} +} \ No newline at end of file diff --git a/repo/js/TravelersTales/manifest.json b/repo/js/TravelersTales/manifest.json index b019dafea..1c8b11a9c 100644 --- a/repo/js/TravelersTales/manifest.json +++ b/repo/js/TravelersTales/manifest.json @@ -1,26 +1,26 @@ { - "manifest_version": 1, - "name": "游逸旅闻", - "version": "0.2.2", - "bgi_version": "0.45.1", - "description": "自动游逸旅闻", - "authors": [ - { - "name": "ddaodan", - "link": "https://github.com/ddaodan" - }, - { - "name": "秋云", - "link": "https://github.com/physligl" - }, - { - "name": "Tool_tingsu", - "link": "https://github.com/Tooltingsu" - } - ], - "settings_ui": "settings.json", - "main": "main.js", - "saved_files": [ - "config.json" - ] - } + "manifest_version": 1, + "name": "游逸旅闻", + "version": "0.2.2", + "bgi_version": "0.45.1", + "description": "自动游逸旅闻", + "authors": [ + { + "name": "ddaodan", + "links": "https://github.com/ddaodan" + }, + { + "name": "秋云", + "links": "https://github.com/physligl" + }, + { + "name": "Tool_tingsu", + "links": "https://github.com/Tooltingsu" + } + ], + "settings_ui": "settings.json", + "main": "main.js", + "saved_files": [ + "config.json" + ] +} \ No newline at end of file diff --git a/repo/js/WeeklyThousandStarRealm/manifest.json b/repo/js/WeeklyThousandStarRealm/manifest.json index 88c10e495..87ab33419 100644 --- a/repo/js/WeeklyThousandStarRealm/manifest.json +++ b/repo/js/WeeklyThousandStarRealm/manifest.json @@ -7,7 +7,7 @@ "authors": [ { "name": "躁动的氨气", - "link": "https://github.com/zaodonganqi" + "links": "https://github.com/zaodonganqi" } ], "main": "main.js", @@ -15,4 +15,4 @@ "saved_files": [ "store/*.json" ] -} +} \ No newline at end of file diff --git a/repo/js/YuanQinAssistant/manifest.json b/repo/js/YuanQinAssistant/manifest.json index 8cc7e7a18..ee1b410d4 100644 --- a/repo/js/YuanQinAssistant/manifest.json +++ b/repo/js/YuanQinAssistant/manifest.json @@ -7,7 +7,7 @@ "authors": [ { "name": "himno", - "link": "https://github.com/himno" + "links": "https://github.com/himno" } ], "settings_ui": "settings.json", diff --git a/repo/js/waitUntilSpecifiedTime/manifest.json b/repo/js/waitUntilSpecifiedTime/manifest.json index 5f6b8db53..70684acc6 100644 --- a/repo/js/waitUntilSpecifiedTime/manifest.json +++ b/repo/js/waitUntilSpecifiedTime/manifest.json @@ -7,11 +7,11 @@ "authors": [ { "name": "蜜柑魚", - "link": "https://github.com/this-Fish" + "links": "https://github.com/this-Fish" }, { "name": "火山", - "link": "https://github.com/RRRR623" + "links": "https://github.com/RRRR623" } ], "settings_ui": "settings.json", diff --git a/repo/js/七圣召唤七日历练全自动/manifest.json b/repo/js/七圣召唤七日历练全自动/manifest.json index d9222717a..99d6a5f8f 100644 --- a/repo/js/七圣召唤七日历练全自动/manifest.json +++ b/repo/js/七圣召唤七日历练全自动/manifest.json @@ -13,7 +13,7 @@ }, { "name": "Ayaka-Main", - "link": "https://github.com/Patrick-Ze" + "links": "https://github.com/Patrick-Ze" } ], "settings_ui": "settings.json", @@ -23,4 +23,4 @@ "牌组策略/*.txt", "牌组策略/各策略胜败记录.json" ] -} +} \ No newline at end of file diff --git a/repo/js/只要大瓶/manifest.json b/repo/js/只要大瓶/manifest.json index cc92ec340..7f13104a2 100644 --- a/repo/js/只要大瓶/manifest.json +++ b/repo/js/只要大瓶/manifest.json @@ -5,7 +5,8 @@ "description": "分解狗粮尽量只要大瓶", "authors": [ { - "name": "mno" + "name": "mno", + "links": "https://github.com/Bedrockx" } ], "settings_ui": "settings.json", diff --git a/repo/js/日志分析工具/manifest.json b/repo/js/日志分析工具/manifest.json index 14a27d9be..072ab3c9f 100644 --- a/repo/js/日志分析工具/manifest.json +++ b/repo/js/日志分析工具/manifest.json @@ -6,7 +6,8 @@ "description": "日志分析工具(建议在目录直接点开这个html使用)\n1.打開BetterGI\\log目錄\n2.拖入單個或多個log檔案進入頁面即可顥示分析結果\n3.網頁中按 0 键查看更多说明", "authors": [ { - "name": "蜜柑魚" + "name": "蜜柑魚", + "links": "https://github.com/this-Fish" } ], "settings_ui": "settings.json", diff --git a/repo/js/背包材料统计/manifest.json b/repo/js/背包材料统计/manifest.json index e6dd9e3d9..690ce68ea 100644 --- a/repo/js/背包材料统计/manifest.json +++ b/repo/js/背包材料统计/manifest.json @@ -13,7 +13,8 @@ ], "authors": [ { - "name": "吉吉喵" + "name": "吉吉喵", + "links": "https://github.com/JJMdzh" } ], "settings_ui": "settings.json", diff --git a/repo/js/食材加工(模拟点击)/manifest.json b/repo/js/食材加工(模拟点击)/manifest.json index 3cf91a9f2..eb83a161d 100644 --- a/repo/js/食材加工(模拟点击)/manifest.json +++ b/repo/js/食材加工(模拟点击)/manifest.json @@ -1,15 +1,18 @@ { - "manifest_version": 1, - "name": "食材加工(模拟点击)", - "version": "1.0.2", - "description": "根据选择加工物,自动加工食材。加工时会直接拉满加工数量。\n \n使用前请阅读“readme”文件以获取更多详细信息。", - "tags": ["食材加工", "模拟点击"], - - "authors": [ - { - "name": "呱呱z" - } - ], - "settings_ui": "settings.json", - "main": "main.js" -} + "manifest_version": 1, + "name": "食材加工(模拟点击)", + "version": "1.0.2", + "description": "根据选择加工物,自动加工食材。加工时会直接拉满加工数量。\n \n使用前请阅读“readme”文件以获取更多详细信息。", + "tags": [ + "食材加工", + "模拟点击" + ], + "authors": [ + { + "name": "呱呱z", + "links": "https://github.com/jidingcai" + } + ], + "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 6c28da6cf..345cdd82d 100644 --- a/repo/js/食材加工/manifest.json +++ b/repo/js/食材加工/manifest.json @@ -5,7 +5,8 @@ "description": "食材加工识图复选框。适配黑麦粉、酸奶油", "authors": [ { - "name": "吉吉喵" + "name": "吉吉喵", + "links": "https://github.com/JJMdzh" } ], "tags": [