新增功能:添加帮助文档入口,首次启动启动器时自动打开帮助文档
This commit is contained in:
parent
92ef815d0d
commit
f22594a260
7 changed files with 22 additions and 4 deletions
|
@ -19,6 +19,8 @@ class Total(ConfModel):
|
|||
"""整体"""
|
||||
# 所在页面
|
||||
page: str = "init"
|
||||
# 是否已展示帮助文档
|
||||
is_already_show_doc: bool = False
|
||||
|
||||
|
||||
class UpdatePart(ConfModel):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue