#
luxiaotao1123
2021-12-22 9b5ae6aaea44454ebf427b2a9698cdbea7e44163
#
2个文件已修改
341402 ■■■■■ 已修改文件
static/js/data/Asrs.js 341398 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
views/index.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/js/data/Asrs.js
Diff too large
views/index.html
@@ -98,8 +98,8 @@
    var speedDom = document.getElementById("speed");
    var timer = setInterval(function () {
        if (percent < 100.00) {
            // percent += 0.04;
            percent += 1;
            percent += 0.04;
            // percent += 1;
            speedDom.innerText = percent.toFixed(2);
        } else {
            if (!hasClass(shipInfoBtn, "show")) {