This commit is contained in:
jxxghp
2023-08-03 18:39:19 +08:00
parent acac42a7fb
commit 1125cfa6ee
2 changed files with 11 additions and 9 deletions

View File

@ -70,9 +70,9 @@ class CustomHosts(_PluginBase):
pass
def get_form(self) -> Tuple[List[dict], Dict[str, Any]]:
"""
拼装插件配置页面需要返回两块数据1、页面配置2、数据结构
"""
"""
拼装插件配置页面需要返回两块数据1、页面配置2、数据结构
"""
return [
{
'component': 'VForm',