新增讀取中
This commit is contained in:
parent
aec6b56150
commit
51e4baa63d
@ -17,6 +17,10 @@ def createNcnuMainWin():
|
||||
htmlLable.pack(fill="both",expand=True)
|
||||
win.update()
|
||||
#=====爬=====
|
||||
ht='''<span style="background-color:#ffcccc"><h5>讀取中</h5></span>'''
|
||||
htmlLable.set_html(ht)
|
||||
win.update()
|
||||
|
||||
main = NcnuMainAPI()
|
||||
Link='''<span style="background-color:#ffcccc"><ul>'''
|
||||
for anno in main.getAnno():
|
||||
|
||||
Loading…
Reference in New Issue
Block a user