diff --git a/backend/config.php b/backend/config.php index 7e0ac7f..98f8a12 100644 --- a/backend/config.php +++ b/backend/config.php @@ -3,7 +3,7 @@ /** * 最多保存多少条测试记录 */ -const MAX_LOG_COUNT = 100; +const MAX_LOG_COUNT = 10000; /** * IP运营商解析服务:(1) ip.sb | (2) ipinfo.io (如果1解析ip异常,请切换成2) @@ -13,4 +13,4 @@ /** * 是否允许同一IP记录多条测速结果 */ -const SAME_IP_MULTI_LOGS = false; \ No newline at end of file +const SAME_IP_MULTI_LOGS = true; diff --git a/chart.html b/chart.html new file mode 100644 index 0000000..f408d8d --- /dev/null +++ b/chart.html @@ -0,0 +1,194 @@ + + + +
+