perf: 使用 json-editor-vue 作为json编辑器

This commit is contained in:
Junyan Qin
2024-11-10 11:46:41 +08:00
parent 0fe161cd7f
commit 9336abff8b
7 changed files with 958 additions and 31 deletions

View File

@@ -24,6 +24,9 @@ class ConfigManager:
data: dict = None
"""配置数据"""
doc_link: str = None
"""配置文件文档链接"""
def __init__(self, cfg_file: file_model.ConfigFile) -> None:
self.file = cfg_file
self.data = {}