fix: 迁移主main暂不使用的组件

This commit is contained in:
spiritsoul
2025-03-29 18:45:07 +08:00
parent abaf021e1c
commit 23aae0b32b
8 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ import (
)
var (
ecsVersion = "v0.1.20"
ecsVersion = "v0.1.21"
menuMode bool
onlyChinaTest bool
input, choice string

View File

@@ -139,8 +139,8 @@ goecs_check() {
sleep 1
done
if [ -z "$ECS_VERSION" ]; then
_yellow "Unable to get version info, using default version 0.1.19"
ECS_VERSION="0.1.19"
_yellow "Unable to get version info, using default version 0.1.21"
ECS_VERSION="0.1.21"
fi
# Check if original goecs command exists
version_output=""