@@ -0,0 +1,17 @@
+# speedtest-x
+
+本仓库为 [LibreSpeed](https://github.com/librespeed/speedtest) 的延伸项目,LibreSpeed 是一个非常轻巧的网站测速工具。
+speedtest-x 使用文件数据库来保存来自不同用户的测速结果,方便您查看全国不同地域与运营商的测速效果。
+## 扩展细节
+ - 用户测速会上传测速记录并保存至网站服务器
+ - 不依赖 MySQL,使用文件数据库
+ - IP 库改用 [ip.sb](https://ip.sb),运营商记录更为精确
+## 恰饭
+Jetbrains全家桶教育许可,正规国内大学渠道,9.9元,购买地址:[https://xiaozhu.win](https://xiaozhu.win)
+## 环境要求
+ - PHP 5.6+
@@ -51,6 +51,9 @@ function Speedtest() {
console.log(
"LibreSpeed by Federico Dossena v5.2.2 - https://github.com/librespeed/speedtest"
);
+ console.log(
+ "speedtest-x - https://github.com/BadApple9/speedtest-x"
+ );
}
Speedtest.prototype = {