Skip to content

Commit

Permalink
perf: Upgrade amis to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amisadmin committed Jan 11, 2024
1 parent fad6dd7 commit c3c7644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi_amis_admin/admin/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Settings(BaseSettings):
database_url: str = ""
language: Union[Literal["zh_CN", "en_US", "de_DE"], str] = ""
amis_cdn: str = "https://unpkg.com"
amis_pkg: str = "amis@3.6.3"
amis_pkg: str = "amis@6.0.0"
amis_theme: Literal["cxd", "antd", "dark", "ang"] = "cxd"
amis_image_receiver: API = None # Image upload interface
amis_file_receiver: API = None # File upload interface
Expand Down

0 comments on commit c3c7644

Please sign in to comment.