临时更新,因西瓜视频WEB API变化
This commit is contained in:
parent
4572fd63ea
commit
52a49e5e2d
@ -129,7 +129,7 @@ class WinMain(Api):
|
|||||||
return
|
return
|
||||||
|
|
||||||
def onEnter(self, msg:MemberMsg):
|
def onEnter(self, msg:MemberMsg):
|
||||||
if msg.type != 0:
|
if msg.type > 1:
|
||||||
set_cmd_text_color(FOREGROUND_DARKGRAY)
|
set_cmd_text_color(FOREGROUND_DARKGRAY)
|
||||||
print("提示 : ", msg)
|
print("提示 : ", msg)
|
||||||
resetColor()
|
resetColor()
|
||||||
|
Reference in New Issue
Block a user