聊天记录显示添加自定义数据库路径功能

This commit is contained in:
xaoyaoo 2024-01-17 00:28:09 +08:00
parent 92da73fc98
commit 0244b1d73d
2 changed files with 2 additions and 2 deletions

View File

@ -22,4 +22,4 @@ except:
VERSION_LIST = {}
VERSION_LIST_PATH = None
__version__ = "2.4.19"
__version__ = "2.4.20"

View File

@ -584,7 +584,7 @@ def console_run():
# 检查是否需要显示帮助信息
if len(sys.argv) == 1:
sys.argv.append('all')
sys.argv.append('ui')
elif len(sys.argv) == 2 and sys.argv[1] in modes.keys() and sys.argv[1] not in [main_all.mode, main_wx_info.mode,
main_wx_db_path.mode, main_ui.mode]:
sys.argv.append('-h')