diff --git a/fast_tmp/amis/view/chart.py b/fast_tmp/amis/view/chart.py index eafd1f2..a3744f3 100644 --- a/fast_tmp/amis/view/chart.py +++ b/fast_tmp/amis/view/chart.py @@ -6,6 +6,7 @@ # https://aisuda.bce.baidu.com/amis/zh-CN/components/chart#%E4%BA%8B%E4%BB%B6%E8%A1%A8 class Chart(SchemaNode): type: str = "chart" + name:Optional[str] className: Optional[str] # 外层 Dom 的类名 body: Optional[SchemaNode] # 内容容器 api: Optional[str] # 配置项接口地址 diff --git a/pyproject.toml b/pyproject.toml index 2da8aea..747f944 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fast-tmp" -version = "1.1.12" +version = "1.1.13" description = "fastapi tortoise amis admin" authors = ["Chise1 "] include = ["LICENSE", "README.md"]