HuJK 4 ani în urmă
părinte
comite
ca84b6301c
2 a modificat fișierele cu 3 adăugiri și 1 ștergeri
  1. 1 1
      backend/config.php
  2. 2 0
      index.html

+ 1 - 1
backend/config.php

@@ -3,7 +3,7 @@
 /**
  * 最多保存多少条测试记录
  */
-const MAX_LOG_COUNT = 100000;
+const MAX_LOG_COUNT = 10000;
 
 /**
  * IP运营商解析服务:(1) ip.sb | (2) ipinfo.io (如果1解析ip异常,请切换成2)

+ 2 - 0
index.html

@@ -228,6 +228,8 @@ function I(id){return document.getElementById(id);}
 	</div>
 </div>
 <p><a href="./results.html" target="_blank">查看测速记录</a></p>
+<p><a href="./chart_linear.html" target="_blank">查看测速记录圖表(線性刻度)</a></p>
+<p><a href="./chart.html" target="_blank">查看测速记录圖表(對數刻度)</a></p>
 <p><a href="https://github.com/BadApple9/speedtest-x" target="_blank">speedtest-x 项目地址</a></p>
 <script type="text/javascript">
     initUI();