1 parent 55c0250 commit 8973c78Copy full SHA for 8973c78
1 file changed
sba.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
# 当前脚本版本号
4
-VERSION='1.1.4 (2025.07.28)'
+VERSION='1.1.4 (2025.10.31)'
5
6
# 各变量默认值
7
GH_PROXY='gh-proxy.com/'
@@ -1416,7 +1416,7 @@ EOF
1416
cat $WORK_DIR/list
1417
1418
# 显示脚本使用情况数据
1419
- statistics_of_run-times get
+ # statistics_of_run-times get
1420
}
1421
1422
# 更换 Argo 隧道类型
@@ -1673,7 +1673,7 @@ menu() {
1673
1674
1675
check_cdn
1676
-statistics_of_run-times update sba.sh
+# statistics_of_run-times update sba.sh 2>/dev/null
1677
1678
# 传参
1679
[[ "${*,,}" =~ '-e' ]] && L=E
0 commit comments