docs: 调整登录提示文本的位置
This commit is contained in:
parent
bd72c67078
commit
461e614973
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue