支持更多界面布局的切换

This commit is contained in:
qingxu fu
2023-04-04 23:46:47 +08:00
parent 1da60b7a0c
commit 3648648b3d
4 changed files with 50 additions and 23 deletions

View File

@@ -354,3 +354,9 @@ def clear_line_break(txt):
txt = txt.replace(' ', ' ')
txt = txt.replace(' ', ' ')
return txt
class DummyWith():
def __enter__(self):
return self
def __exit__(self, exc_type, exc_value, traceback):
return