Skip to content

Commit 59fe635

Browse files
committed
perf: Upgrade amis to 6.3.0
1 parent 2428d58 commit 59fe635

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastapi_amis_admin/admin/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Settings(BaseSettings):
2222
database_url: str = ""
2323
language: Union[Literal["zh_CN", "en_US", "de_DE"], str] = ""
2424
amis_cdn: str = "https://unpkg.com"
25-
amis_pkg: str = "amis@6.0.0"
25+
amis_pkg: str = "amis@6.3.0"
2626
amis_theme: Literal["cxd", "antd", "dark", "ang"] = "cxd"
2727
amis_image_receiver: API = None # Image upload interface
2828
amis_file_receiver: API = None # File upload interface

0 commit comments

Comments
 (0)