Skip to content

Commit

Permalink
Merge pull request icegreentee#448 from segfault-bilibili/rollup-7.3.1
Browse files Browse the repository at this point in the history
【7.3.1】降低守夜模式toast频率
  • Loading branch information
segfault-bilibili committed Aug 9, 2023
2 parents 86937d9 + aef2976 commit 5967cf2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion floatUI.js
Original file line number Diff line number Diff line change
Expand Up @@ -12142,7 +12142,7 @@ function algo_init() {

function watchmanWait() {
log("进入镜层守夜模式");
for (let waitTime = 910, interval = 5; waitTime > 0; waitTime -= interval) {
for (let waitTime = 910, interval = 30; waitTime > 0; waitTime -= interval) {
if (waitTime >= 10) instantToast("镜层守夜模式 "+(waitTime)+"秒后重试开始战斗");
sleep(interval * 1000);
}
Expand Down
2 changes: 1 addition & 1 deletion project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build"
],
"packageName": "top.momoe.auto",
"versionName": "7.3.0",
"versionName": "7.3.1",
"versionInfo": "",
"versionCode": 1,
"icon":"./images/icon.png",
Expand Down
Loading

0 comments on commit 5967cf2

Please sign in to comment.