Browse Source

增加送经量导出,修改告警颜色为橙色,修复小BUG

wukai 11 months ago
parent
commit
20b43807ab
2 changed files with 1287 additions and 1261 deletions
  1. 1 1
      global.js
  2. 1286 1260
      main.html

+ 1 - 1
global.js

@@ -22,4 +22,4 @@ Date.prototype.Format = function(fmt) { //author: meizz
     for (var k in o)
         if (new RegExp("(" + k + ")").test(fmt)) fmt = fmt.replace(RegExp.$1, (RegExp.$1.length == 1) ? (o[k]) : (("00" + o[k]).substr(("" + o[k]).length)));
     return fmt;
-}
+}

File diff suppressed because it is too large
+ 1286 - 1260
main.html


Some files were not shown because too many files changed in this diff