新增功能:添加帮助文档入口,首次启动启动器时自动打开帮助文档

This commit is contained in:
li-xiaochen 2024-12-26 08:41:33 +08:00
parent 92ef815d0d
commit f22594a260
7 changed files with 22 additions and 4 deletions

View file

@ -19,6 +19,8 @@ class Total(ConfModel):
"""整体"""
# 所在页面
page: str = "init"
# 是否已展示帮助文档
is_already_show_doc: bool = False
class UpdatePart(ConfModel):