Skip to content

Commit

Permalink
v1.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Chise1 committed Feb 9, 2023
1 parent f826022 commit b2e9b09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions fast_tmp/amis/view/chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -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] # 配置项接口地址
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fast-tmp"
version = "1.1.12"
version = "1.1.13"
description = "fastapi tortoise amis admin"
authors = ["Chise1 <[email protected]>"]
include = ["LICENSE", "README.md"]
Expand Down

0 comments on commit b2e9b09

Please sign in to comment.