未验证 提交 812ffd9e 编写于 作者: Z Zain 提交者: GitHub

扩展歌单id位数

上级 6a54c968
......@@ -112,7 +112,7 @@ class mainWin(ui.MainFrame):
com_phone = r'[1]+[\d]{10}$'
com_email = r'^[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+){0,4}@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+){0,4}$'
com_password = r'[abcdef\d]{32}$'
com_id = r'[\d]{10}$'
com_id = r'[\d]{4,12}$'
com_time = r'[\d]{1,5}$'
if(account == ''):
......@@ -174,4 +174,4 @@ if __name__ == '__main__':
app = wx.App()
main_win = mainWin(None)
main_win.Show()
app.MainLoop()
\ No newline at end of file
app.MainLoop()
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册