From 15e958c018708d78dffabedc8d1ec98e3278b82c Mon Sep 17 00:00:00 2001 From: Tool_tingsu <143606015+Tooltingsu@users.noreply.github.com> Date: Fri, 8 Aug 2025 22:32:51 +0800 Subject: [PATCH] =?UTF-8?q?js=20=E9=85=8D=E5=AF=B9=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E8=A7=92=E8=89=B2=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=B8=85=E7=90=86=E8=A7=92=E8=89=B2=E7=BC=93=E5=AD=98=20(#1513?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Delete repo/pathing/地方特产/枫丹/苍晶螺/13-苍晶螺-自然哲学学院2-7个.json * Add files via upload * 自动修复 JSON 格式和版本号 [ci skip] * Update 13-苍晶螺-自然哲学学院2-7个.json * 123 * 自动修复 JSON 格式和版本号 [ci skip] * 1 --------- Co-authored-by: GitHub Actions Bot --- repo/js/AutoSwitchRoles/main.js | 3 ++- repo/js/AutoSwitchRoles/manifest.json | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/repo/js/AutoSwitchRoles/main.js b/repo/js/AutoSwitchRoles/main.js index 33c01ac0..33edeb4c 100644 --- a/repo/js/AutoSwitchRoles/main.js +++ b/repo/js/AutoSwitchRoles/main.js @@ -395,5 +395,6 @@ function readAliases() { } // 返回主界面 await genshin.returnMainUi(); - + //清空角色缓存 + genshin.ClearPartyCache(); })(); \ No newline at end of file diff --git a/repo/js/AutoSwitchRoles/manifest.json b/repo/js/AutoSwitchRoles/manifest.json index 5d448d4d..6329e74c 100644 --- a/repo/js/AutoSwitchRoles/manifest.json +++ b/repo/js/AutoSwitchRoles/manifest.json @@ -1,15 +1,15 @@ { "manifest_version": 1, "name": "配对界面切换角色", - "version": "5.8.0", + "version": "5.8.1", "bgi_version": "0.45.1", "description": "在配对界面切换指定位置的指定角色", "authors": [ { "name": "Tool_tingsu", - "links": "https://github.com/Tooltingsu" + "link": "" } ], "settings_ui": "settings.json", "main": "main.js" -} +} \ No newline at end of file