diff --git a/repo/js/AutoSwitchRoles/Assets/characterimage/兹白01.png b/repo/js/AutoSwitchRoles/Assets/characterimage/兹白01.png new file mode 100644 index 000000000..ac15e3c01 Binary files /dev/null and b/repo/js/AutoSwitchRoles/Assets/characterimage/兹白01.png differ diff --git a/repo/js/AutoSwitchRoles/Assets/characterimage/叶洛亚01.png b/repo/js/AutoSwitchRoles/Assets/characterimage/叶洛亚01.png new file mode 100644 index 000000000..0dab2c78b 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 fdded9704..499eb6d37 100644 --- a/repo/js/AutoSwitchRoles/attribute.txt +++ b/repo/js/AutoSwitchRoles/attribute.txt @@ -106,3 +106,5 @@ 雅珂达,风,弓 杜林,火,单手剑 哥伦比娅,水,法器 +叶洛亚,岩,长枪 +兹白,岩,单手剑 diff --git a/repo/js/AutoSwitchRoles/combat_avatar.json b/repo/js/AutoSwitchRoles/combat_avatar.json index 6711c14cc..0e4a2852c 100644 --- a/repo/js/AutoSwitchRoles/combat_avatar.json +++ b/repo/js/AutoSwitchRoles/combat_avatar.json @@ -1438,5 +1438,17 @@ "库塔尔", "哥伦比亚" ] + }, + { + "name": "兹白", + "alias": [ + "白马仙人" + ] + }, + { + "name": "叶洛亚", + "alias": [ + "叶落亚" + ] } ] \ No newline at end of file diff --git a/repo/js/AutoSwitchRoles/main.js b/repo/js/AutoSwitchRoles/main.js index 292cc20c6..54c06e832 100644 --- a/repo/js/AutoSwitchRoles/main.js +++ b/repo/js/AutoSwitchRoles/main.js @@ -220,7 +220,7 @@ function readAliases() { ro4.dispose(); if (confirmFilterBtn.isExist()) { confirmFilterBtn.click(); - await sleep(200); // 等待筛选结果显示 + await sleep(500); // 等待筛选结果显示 // 识别是否有"暂无筛选结果"提示 const noResultRo = RecognitionObject.TemplateMatch(noResultTemplate, 0, 0, 1920, 1080); diff --git a/repo/js/AutoSwitchRoles/manifest.json b/repo/js/AutoSwitchRoles/manifest.json index 5d039b0a4..e8df5846d 100644 --- a/repo/js/AutoSwitchRoles/manifest.json +++ b/repo/js/AutoSwitchRoles/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "配对界面切换角色", - "version": "6.3.1", + "version": "6.3.2", "bgi_version": "0.55.0", "description": "在配对界面切换指定位置的指定角色", "authors": [