雙倍好感腳本會點擊好友查看千星奇遇資料而非申請造訪塵歌壺 (#2375)

This commit is contained in:
this-Fish
2025-11-20 13:19:01 +08:00
committed by GitHub
parent 5ac8865f1c
commit 49e55b7417
2 changed files with 6 additions and 10 deletions

View File

@@ -380,7 +380,7 @@ const adventurePath = settings.adventurePath || '蒙德'; // 若未定义,用
}
let y_avatar = 178; //好友头像按钮起始Y坐标
let y_request = 245; //申请造访按钮起始Y坐标
let y_request = 310; //申请造访按钮起始Y坐标
const x_avatar = 208;
const x_request = 460;
const avatar_increment = 125; //两按钮相隔坐标
@@ -407,7 +407,7 @@ const adventurePath = settings.adventurePath || '蒙德'; // 若未定义,用
await sleep(750);
} else {
// 奇数索引,递增 y_request
if (request_count < 2) {
if (request_count < 1) {
// 前 3 位好友递增 249
y_request += request_increment;
} else {

View File

@@ -1,22 +1,18 @@
{
"manifest_version": 1,
"name": "使用历练点完成每日委托",
"version": "2",
"version": "2.0.1",
"bgi_version": "0.44.1",
"description": "使用历练点完成每日委托:\n支持进入好友尘歌壶使用历练点领取双倍好感(队伍中小于等于两人时,能使队伍中两人获得双倍好感)\n支持进入好友尘歌壶后让指定位置角色离队\n能指定星期几执行星期几不执行\n前往冒险家协会领取奖励",
"tags": [
"历练点",
"每日委托"
],
"authors": [
{
"name": "起个名字好难的喵",
"links": "https://github.com/MisakaAldrich"
},
{
"name": "蜜柑魚",
"links": "https://github.com/this-Fish"
}
"name": "蜜柑魚",
"links": "https://github.com/this-Fish"
}
],
"settings_ui": "settings.json",
"main": "main.js"