diff --git a/repo/js/AutoFriendshipEvilBaresItsFangsGetRawMeat/main.js b/repo/js/AutoFriendshipEvilBaresItsFangsGetRawMeat/main.js index 08db5fd19..bd390e0fa 100644 --- a/repo/js/AutoFriendshipEvilBaresItsFangsGetRawMeat/main.js +++ b/repo/js/AutoFriendshipEvilBaresItsFangsGetRawMeat/main.js @@ -198,7 +198,11 @@ notification.send(`已抵达突发任务“张牙舞爪的恶党”触发位置`); } - await genshin.relogin(); + if (settings.circulationMethod) { + await genshin.wonderlandCycle(); + } else { + await genshin.relogin(); + } // 判断游戏重上后是否在任务触发位置,如果在就进行OCR,如果不在则退回次数并重新执行触发路线 if (await comparePosition()) { @@ -366,7 +370,7 @@ } else { log.info(`>> 今日已完成 ${record.alreadyRunCount} 次,还需运行 ${timesToRun} 次`); } - + log.info('兽肉好感开始...'); await AutoFriendship(timesToRun, statueTimes, getMeatMode, delayTime, startTime, ocrTimeout); diff --git a/repo/js/AutoFriendshipEvilBaresItsFangsGetRawMeat/manifest.json b/repo/js/AutoFriendshipEvilBaresItsFangsGetRawMeat/manifest.json index 692fd64af..df7132be9 100644 --- a/repo/js/AutoFriendshipEvilBaresItsFangsGetRawMeat/manifest.json +++ b/repo/js/AutoFriendshipEvilBaresItsFangsGetRawMeat/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 1, "name": "兽肉好感:自动好感度&刷两只鳄鱼兽肉&卡时间", - "version": "1.4.3", - "bgi_version": "0.44.6", + "version": "1.4.4", + "bgi_version": "0.55.1", "tags": [ "好感", "兽肉", diff --git a/repo/js/AutoFriendshipEvilBaresItsFangsGetRawMeat/settings.json b/repo/js/AutoFriendshipEvilBaresItsFangsGetRawMeat/settings.json index 37b259fd3..86ec4e9bb 100644 --- a/repo/js/AutoFriendshipEvilBaresItsFangsGetRawMeat/settings.json +++ b/repo/js/AutoFriendshipEvilBaresItsFangsGetRawMeat/settings.json @@ -1,4 +1,9 @@ [ + { + "name": "circulationMethod", + "type": "checkbox", + "label": "启用千星奇遇循环触发(B服用户必选)" + }, { "name": "partyName", "type": "input-text", @@ -9,27 +14,27 @@ "type": "select", "label": "开启刷兽肉模式【勾选才拾取兽肉】", "options": [ - "算了我不捡了", - "通用拾取", - "万叶拾取" - ] + "算了我不捡了", + "通用拾取", + "万叶拾取" + ] }, { "name": "inputValue", "type": "input-text", "label": "刷取个数(选填,默认为300)" }, - { + { "name": "waitTimeMode", "type": "checkbox", "label": "卡时间模式(基于运行次数、基准日期、周期确定需要运行次数)" }, - { + { "name": "waitTimeModeDay", "type": "input-text", "label": "卡时间模式基准日期(选填,默认为2025-03-31)" }, - { + { "name": "waitTimeModePeriod", "type": "input-text", "label": "卡时间模式周期(选填,默认为7天/循环)" @@ -59,4 +64,4 @@ "type": "input-text", "label": "OCR超时时间(选填,默认为30秒)" } -] +] \ No newline at end of file diff --git a/repo/js/AutoFriendshipEvilBaresItsFangsGetRawMeat/万叶刷肉专用策略.txt b/repo/js/AutoFriendshipEvilBaresItsFangsGetRawMeat/万叶刷肉专用策略.txt index 907d2099d..91d2974dc 100644 --- a/repo/js/AutoFriendshipEvilBaresItsFangsGetRawMeat/万叶刷肉专用策略.txt +++ b/repo/js/AutoFriendshipEvilBaresItsFangsGetRawMeat/万叶刷肉专用策略.txt @@ -1,9 +1,3 @@ 丽莎 e -枫原万叶 e(hold),attack,e(hold),attack - - - - - - - +伊涅芙 e +枫原万叶 e(hold),attack,e(hold),attack \ No newline at end of file