This commit is contained in:
Mr Chen 2024-12-10 18:34:21 +08:00
parent 411174c07c
commit f78279a271
2 changed files with 4 additions and 6 deletions

View File

@ -1416,19 +1416,17 @@ function remind(a){
}
function getReloads() {
var a = 0;
var mm = $(".bt-w-menu .bgw").html()
var mm = $("#msg_box .bt-w-menu .bgw").html();
if(mm == undefined || mm.indexOf('任务列表') == -1) {
clearInterval(speed);
a = 0;
speed = null;
return
}
if(speed) {return;}
function renderRunTask(){
var mm = $(".bt-w-menu .bgw").html();
if(mm == undefined || mm.indexOf(lan.bt.task_list) == -1) {
var mm = $("#msg_box .bt-w-menu .bgw").html();
if(mm == undefined || mm.indexOf('任务列表') == -1) {
clearInterval(speed);
speed = null;
a = 0;

View File

@ -13,7 +13,7 @@
# 应用程序版本号组件
APP_RELEASE = 0
APP_REVISION = 18
APP_SMALL_VERSION = 0.26
APP_SMALL_VERSION = 0.27
# 应用程序版本后缀例如“beta1”、“dev”。通常为空字符串GA发布。
APP_SUFFIX = ''