docs: 调整登录提示文本的位置

This commit is contained in:
1204244136 2025-06-15 20:24:17 +08:00
parent bd72c67078
commit 461e614973
1 changed files with 1 additions and 1 deletions

View File

@ -1599,9 +1599,9 @@ EnterToArk() {
;endregion 流程辅助函数 ;endregion 流程辅助函数
;region 登录 ;region 登录
Login() { Login() {
AddLog("正在登录")
check := 0 check := 0
while True { while True {
AddLog("正在登录")
if (check = 3) { if (check = 3) {
break break
} }