Skip to content

Commit

Permalink
fix 车友交流
Browse files Browse the repository at this point in the history
  • Loading branch information
tkkcc committed Aug 16, 2022
1 parent c81260e commit f4bfeb2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dlt.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"10": "103.36.200.150:301",
"5": "103.36.203.105:301",
}
daily_device = ['4',"5", "9"]
daily_device = ["4", "5", "9"]
rg_device = ["1", "2", "0"]
oppid = "com.hypergryph.arknights"
bppid = "com.hypergryph.arknights.bilibili"
Expand Down
2 changes: 1 addition & 1 deletion main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ default_findcolor_confidence = 95 / 100
-- 设成1000//30时,真机同时开着B服与官服时会出现点着点着脚本就停(从基建开始做邮件)
frame_milesecond = 1000 // 30
milesecond_after_click = frame_milesecond
release_date = "08.15 17:16"
release_date = "08.16 1:31"
ui_submit_color = "#ff0d47a1"
ui_cancel_color = "#ff1976d2"
ui_warn_color = "#ff33ccff"
Expand Down
4 changes: 2 additions & 2 deletions path.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3378,7 +3378,7 @@ path.活动 = function(x)
if not wait(function()
if findOne("自走车友会有") then return true end
tap("后院工坊")
end, 2) then return end
end, 5) then return end
if not wait(function()
if findOne("车友交流") then return true end
tap("自走车友会")
Expand All @@ -3394,7 +3394,7 @@ path.活动 = function(x)
end, 5) then return end

if not wait(function(reset_wait_start_time)
if findOne("车友交流") then return true end
if not disappear("车友交流") then return true end
if findOne('正在提交反馈至神经') then
reset_wait_start_time()
end
Expand Down
2 changes: 1 addition & 1 deletion release
Submodule release updated from d6b04f to b1efa2

0 comments on commit f4bfeb2

Please sign in to comment.