37 lines
476 B
Markdown
37 lines
476 B
Markdown
## V1.0.0
|
||
|
||
初始化
|
||
|
||
## V1.1.0
|
||
|
||
### 新增:
|
||
|
||
右侧监控栏内存显示
|
||
|
||
## V1.2.0
|
||
|
||
### 新增:
|
||
|
||
网速显示
|
||
|
||
## 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
|
||
```
|
||
|
||
## V1.3.0
|
||
|
||
release0
|