Skip to content

Commit

Permalink
eoh
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Jun 2, 2024
1 parent e161031 commit e9f0cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EOH/v2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ local function update()
else
colorPrint(RED, "转移失败, 睡一会")
end
os.sleep(3)
os.sleep(4)
end

colorPrint(GREEN, "开始转移氮气")
Expand All @@ -280,7 +280,7 @@ local function update()
else
colorPrint(RED, "转移失败, 睡一会")
end
os.sleep(3)
os.sleep(4)
end

colorPrint(BLUE, "鸿蒙开始工作了, 开始等待 " .. tostring(eohRuntime) .. "")
Expand Down

0 comments on commit e9f0cde

Please sign in to comment.