Skip to content

Commit 8973c78

Browse files
authored
Remove statistics of run-times.
1 parent 55c0250 commit 8973c78

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sba.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
# 当前脚本版本号
4-
VERSION='1.1.4 (2025.07.28)'
4+
VERSION='1.1.4 (2025.10.31)'
55

66
# 各变量默认值
77
GH_PROXY='gh-proxy.com/'
@@ -1416,7 +1416,7 @@ EOF
14161416
cat $WORK_DIR/list
14171417

14181418
# 显示脚本使用情况数据
1419-
statistics_of_run-times get
1419+
# statistics_of_run-times get
14201420
}
14211421

14221422
# 更换 Argo 隧道类型
@@ -1673,7 +1673,7 @@ menu() {
16731673
}
16741674

16751675
check_cdn
1676-
statistics_of_run-times update sba.sh
1676+
# statistics_of_run-times update sba.sh 2>/dev/null
16771677

16781678
# 传参
16791679
[[ "${*,,}" =~ '-e' ]] && L=E

0 commit comments

Comments
 (0)