diff --git a/repo/js/AutoSwitchRoles/Assets/characterimage/菲林斯01.png b/repo/js/AutoSwitchRoles/Assets/characterimage/菲林斯01.png new file mode 100644 index 000000000..4e76a7c4d Binary files /dev/null and b/repo/js/AutoSwitchRoles/Assets/characterimage/菲林斯01.png differ diff --git a/repo/js/AutoSwitchRoles/attribute.txt b/repo/js/AutoSwitchRoles/attribute.txt index cc3359c08..b48feb49e 100644 --- a/repo/js/AutoSwitchRoles/attribute.txt +++ b/repo/js/AutoSwitchRoles/attribute.txt @@ -100,4 +100,5 @@ 丝柯克,冰,单手剑 伊涅芙,雷,长枪 菈乌玛,草,法器 -爱诺,水,大剑 \ No newline at end of file +爱诺,水,大剑 +菲林斯,雷,长枪 diff --git a/repo/js/AutoSwitchRoles/main.js b/repo/js/AutoSwitchRoles/main.js index 5c0fb21d9..373a9f89b 100644 --- a/repo/js/AutoSwitchRoles/main.js +++ b/repo/js/AutoSwitchRoles/main.js @@ -12,7 +12,7 @@ async function scrollPage(totalDistance, stepDistance = 10, delayMs = 5) { } await sleep(700); leftButtonUp(); - await sleep(100); + await sleep(500); } // 读取别名文件 @@ -588,4 +588,4 @@ function readAliases() { await genshin.returnMainUi(); // 清空角色缓存 genshin.ClearPartyCache(); -})(); \ No newline at end of file +})();