Remove statistics of run-times.

This commit is contained in:
fscarmen
2025-10-31 05:16:55 +00:00
parent 8ee7f904ff
commit 6465d2ef8d
+3 -3
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# 当前脚本版本号 # 当前脚本版本号
VERSION='v1.2.18 (2025.08.27)' VERSION='v1.2.18 (2025.10.31)'
# 各变量默认值 # 各变量默认值
GH_PROXY='https://hub.glowp.xyz/' GH_PROXY='https://hub.glowp.xyz/'
@@ -2874,7 +2874,7 @@ $(${WORK_DIR}/qrencode $SUBSCRIBE_ADDRESS/${UUID_CONFIRM}/auto2)
cat ${WORK_DIR}/list cat ${WORK_DIR}/list
# 显示脚本使用情况数据 # 显示脚本使用情况数据
statistics_of_run-times get # statistics_of_run-times get
} }
# 创建快捷方式 # 创建快捷方式
@@ -3423,7 +3423,7 @@ menu() {
} }
check_cdn check_cdn
statistics_of_run-times update sing-box.sh # statistics_of_run-times update sing-box.sh 2>/dev/null
# 传参 # 传参
[[ "${*^^}" =~ '-E' ]] && L=E [[ "${*^^}" =~ '-E' ]] && L=E