优化:改用脚本显示网速

This commit is contained in:
2025-08-18 11:25:09 +08:00
parent 9c54afd2f3
commit 3e292e87e2
2 changed files with 33 additions and 0 deletions

View File

@ -13,3 +13,20 @@
### 新增:
网速显示
## V1.2.1
### 优化:
改用脚本显示网速mux_net_speed.sh
### 附言:
开启此功能需在~/.bashrc脚本中添加
```
# 自动启动 tmux 实时网速脚本(如果尚未运行)
if ! pgrep -f "tmux_net_speed.sh" > /dev/null; then
nohup ~/tmux_net_speed.sh >/dev/null 2>&1 &
fi
```