瀏覽代碼

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

wukai 11 月之前
父節點
當前提交
20b43807ab
共有 2 個文件被更改,包括 1287 次插入1261 次删除
  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