Skip to content

Commit b2e9b09

Browse files
committed
v1.1.13
1 parent f826022 commit b2e9b09

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

fast_tmp/amis/view/chart.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# https://aisuda.bce.baidu.com/amis/zh-CN/components/chart#%E4%BA%8B%E4%BB%B6%E8%A1%A8
77
class Chart(SchemaNode):
88
type: str = "chart"
9+
name:Optional[str]
910
className: Optional[str] # 外层 Dom 的类名
1011
body: Optional[SchemaNode] # 内容容器
1112
api: Optional[str] # 配置项接口地址

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fast-tmp"
3-
version = "1.1.12"
3+
version = "1.1.13"
44
description = "fastapi tortoise amis admin"
55
authors = ["Chise1 <[email protected]>"]
66
include = ["LICENSE", "README.md"]

0 commit comments

Comments
 (0)