فهرست منبع

```添加显示当前网速的函数

在sh_config.sh中添加了一个新的函数band_linux,用于显示当前的网络速度。该函数首先检查是否已经下载了bandwhich工具,如果没有则进行下载。此更新使得用户可以轻松查看网络速度信息。
```
tianyun 8 ماه پیش
والد
کامیت
e67fb1ec0f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      sh_config.sh

+ 1 - 1
sh_config.sh

@@ -429,7 +429,7 @@ generate_file() {
     dd if=/dev/urandom of="$filename" bs=$bs count=$size status=none
 }
 
-# 待测试
+# 函数:显示当前网速
 function band_linux() {
     # 检查 bandwhich 是否已经下载
     if [ ! -f "$HOME/bandwhich" ]; then