Skip to content

Commit

Permalink
新增Claude检测,修复部分其他检测
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS committed Jan 18, 2025
1 parent dbd921d commit eb03d50
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23.4
require (
github.com/imroc/req/v3 v3.49.0
github.com/oneclickvirt/CommonMediaTests v0.0.4-20240704024502
github.com/oneclickvirt/UnlockTests v0.0.22-20250103060305
github.com/oneclickvirt/UnlockTests v0.0.23-20250118055400
github.com/oneclickvirt/backtrace v0.0.4-20240702140722
github.com/oneclickvirt/basics v0.0.8-20241108124433
github.com/oneclickvirt/cputest v0.0.9-20250103063414
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ github.com/nxtrace/NTrace-core v1.3.7 h1:ZnTbPrPqpyeraCvUyNbQTNyl4Gz3NRQDh06WdII
github.com/nxtrace/NTrace-core v1.3.7/go.mod h1:aW2owz9I+W5i+gJEDmnWli75mB+fuO4UTwdOPMcQHpE=
github.com/oneclickvirt/CommonMediaTests v0.0.4-20240704024502 h1:hRIYJ2uEp2N3AH5bP5X6bwfdwWfZQO/2WoqpUJ8+WsY=
github.com/oneclickvirt/CommonMediaTests v0.0.4-20240704024502/go.mod h1:DAmFPRjFV5p9fEzUUSml5jJGn2f1NZJQCzTxITHDjc4=
github.com/oneclickvirt/UnlockTests v0.0.22-20250103060305 h1:kQnpBZUS3yfS50MyPykMpmyJFG1cYSTMSl5VdEJFvSI=
github.com/oneclickvirt/UnlockTests v0.0.22-20250103060305/go.mod h1:yXWIZB6iLS88pEd9m4QJi1GENn+7I91zA72y5ONz2Oc=
github.com/oneclickvirt/UnlockTests v0.0.23-20250118055400 h1:vDqJOsM6ooL6TYkGZFbkOIaX4JnIkCGPPZI39T48MdA=
github.com/oneclickvirt/UnlockTests v0.0.23-20250118055400/go.mod h1:yXWIZB6iLS88pEd9m4QJi1GENn+7I91zA72y5ONz2Oc=
github.com/oneclickvirt/backtrace v0.0.4-20240702140722 h1:UJ/VWf+ZbhGarc9HcHMIyenpmX+b2LxkXu0hlLk3Gxs=
github.com/oneclickvirt/backtrace v0.0.4-20240702140722/go.mod h1:zvsC7xY/WZqs5KL2JB967OVnuqjNbxu9bW6wXRLo5h8=
github.com/oneclickvirt/basics v0.0.8-20241108124433 h1:eKZcoNoa9uLWmfisk+qN/QOvSGT4ajCmZdZfIAcHG+o=
Expand Down
2 changes: 1 addition & 1 deletion goecs.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import (
)

var (
ecsVersion = "v0.1.4"
ecsVersion = "v0.1.5"
menuMode bool
onlyChinaTest bool
input, choice string
Expand Down
4 changes: 2 additions & 2 deletions goecs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ goecs_check() {
sleep 1
done
if [ -z "$ECS_VERSION" ]; then
_yellow "Unable to get version info, using default version 0.1.4"
ECS_VERSION="0.1.4"
_yellow "Unable to get version info, using default version 0.1.5"
ECS_VERSION="0.1.5"
fi
# Check if original goecs command exists
version_output=""
Expand Down

0 comments on commit eb03d50

Please sign in to comment.