1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 00:28:20 +08:00

Add: Display alas running status

This commit is contained in:
18870
2021-10-14 13:31:54 +08:00
parent be05f7a24d
commit 5b1362cdf8
9 changed files with 110 additions and 22 deletions

View File

@@ -1,11 +1,8 @@
import ctypes
from functools import wraps
import threading
from pywebio.input import PASSWORD
from module.webui.widgets import *
from pywebio.input import input_group, input
from pywebio.input import PASSWORD, input
from pywebio.session import run_js
@@ -116,4 +113,4 @@ def login(password):
return True
else:
toast('Wrong password!', color='error')
return False
return False