From f1b81cabbcc35ab8f3f871ea13c65af33e2c42a4 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期三, 22 十二月 2021 09:10:12 +0800
Subject: [PATCH] #
---
views/index.html | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/views/index.html b/views/index.html
index a806627..ceca883 100644
--- a/views/index.html
+++ b/views/index.html
@@ -95,8 +95,9 @@
var shipInfoBtn = document.getElementById("ship-info-btn");
var speedDom = document.getElementById("speed");
var timer = setInterval(function () {
- if (percent < 99.95) {
- percent += 0.05;
+ if (percent < 100.00) {
+ // percent += 0.04;
+ percent += 1;
speedDom.innerText = percent.toFixed(2);
} else {
if (!hasClass(shipInfoBtn, "show")) {
--
Gitblit v1.9.1