Skip to content

Commit f4bfeb2

Browse files
committed
fix 车友交流
1 parent c81260e commit f4bfeb2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dlt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"10": "103.36.200.150:301",
4343
"5": "103.36.203.105:301",
4444
}
45-
daily_device = ['4',"5", "9"]
45+
daily_device = ["4", "5", "9"]
4646
rg_device = ["1", "2", "0"]
4747
oppid = "com.hypergryph.arknights"
4848
bppid = "com.hypergryph.arknights.bilibili"

main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ default_findcolor_confidence = 95 / 100
5050
-- 设成1000//30时,真机同时开着B服与官服时会出现点着点着脚本就停(从基建开始做邮件)
5151
frame_milesecond = 1000 // 30
5252
milesecond_after_click = frame_milesecond
53-
release_date = "08.15 17:16"
53+
release_date = "08.16 1:31"
5454
ui_submit_color = "#ff0d47a1"
5555
ui_cancel_color = "#ff1976d2"
5656
ui_warn_color = "#ff33ccff"

path.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3378,7 +3378,7 @@ path.活动 = function(x)
33783378
if not wait(function()
33793379
if findOne("自走车友会有") then return true end
33803380
tap("后院工坊")
3381-
end, 2) then return end
3381+
end, 5) then return end
33823382
if not wait(function()
33833383
if findOne("车友交流") then return true end
33843384
tap("自走车友会")
@@ -3394,7 +3394,7 @@ path.活动 = function(x)
33943394
end, 5) then return end
33953395

33963396
if not wait(function(reset_wait_start_time)
3397-
if findOne("车友交流") then return true end
3397+
if not disappear("车友交流") then return true end
33983398
if findOne('正在提交反馈至神经') then
33993399
reset_wait_start_time()
34003400
end

release

Submodule release updated from d6b04f5 to b1efa22

0 commit comments

Comments
 (0)