pull/632/head
Mr Chen 5 months ago
parent 411174c07c
commit f78279a271
  1. 8
      web/static/app/public.js
  2. 2
      web/version.py

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

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

Loading…
Cancel
Save