mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-21 04:19:51 +08:00
配对界面切换角色 适配兹白 叶洛亚 (#2848)
This commit is contained in:
BIN
repo/js/AutoSwitchRoles/Assets/characterimage/兹白01.png
Normal file
BIN
repo/js/AutoSwitchRoles/Assets/characterimage/兹白01.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
BIN
repo/js/AutoSwitchRoles/Assets/characterimage/叶洛亚01.png
Normal file
BIN
repo/js/AutoSwitchRoles/Assets/characterimage/叶洛亚01.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
@@ -106,3 +106,5 @@
|
||||
雅珂达,风,弓
|
||||
杜林,火,单手剑
|
||||
哥伦比娅,水,法器
|
||||
叶洛亚,岩,长枪
|
||||
兹白,岩,单手剑
|
||||
|
||||
@@ -1438,5 +1438,17 @@
|
||||
"库塔尔",
|
||||
"哥伦比亚"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "兹白",
|
||||
"alias": [
|
||||
"白马仙人"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "叶洛亚",
|
||||
"alias": [
|
||||
"叶落亚"
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -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);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "配对界面切换角色",
|
||||
"version": "6.3.1",
|
||||
"version": "6.3.2",
|
||||
"bgi_version": "0.55.0",
|
||||
"description": "在配对界面切换指定位置的指定角色",
|
||||
"authors": [
|
||||
|
||||
Reference in New Issue
Block a user