File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33# 当前脚本版本号
4- VERSION=' 1.1.7 (2025.12.11 )'
4+ VERSION=' 1.1.7 (2026.04.28 )'
55
66# 各变量默认值,Github 反代加速代理,第一个为空相当于直连
77GITHUB_PROXY=(' ' ' https://v6.gh-proxy.org/' ' https://gh-proxy.com/' ' https://hub.glowp.xyz/' ' https://proxy.vvvv.ee/' ' https://ghproxy.lvedong.eu.org/' )
@@ -729,7 +729,7 @@ argo_variable() {
729729
730730 if [[ -n " $ARGO_DOMAIN " && -z " $ARGO_AUTH " ]]; then
731731 local a=5
732- until [[ " $ARGO_AUTH " =~ TunnelSecret || " $ARGO_AUTH " =~ [A-Z0-9a-z= ]{120,250}$ || " ${# ARGO_AUTH} " = $ARGO_AUTH_LENGTH ]]; do
732+ until [[ " $ARGO_AUTH " =~ TunnelSecret || " $ARGO_AUTH " =~ [A-Z0-9a-z= ]{120,250}$ || " ${# ARGO_AUTH} " =~ ^[3-6][0-9]$ ]]; do
733733 (( a-- )) || true
734734 if [ " $a " = 0 ]; then
735735 error " \n $( text 3) \n"
@@ -2040,4 +2040,4 @@ check_dependencies
20402040check_install
20412041menu_setting
20422042
2043- [ " $NONINTERACTIVE_INSTALL " = ' noninteractive_install' ] && ACTION[2] || menu
2043+ [ " $NONINTERACTIVE_INSTALL " = ' noninteractive_install' ] && ACTION[2] || menu
You can’t perform that action at this time.
0 commit comments