This commit is contained in:
2026-02-27 12:40:27 +08:00
parent 5fca36d1ed
commit 63f079673b
5 changed files with 23 additions and 10 deletions
+1 -1
View File
@@ -315,7 +315,7 @@ class GOKServer:
try:
# 直接返回输入
int(name)
if int(name) >=100000000:
if int(name) >=10000000:
gokid = name
return gokid
else: