Skip to content

Commit

Permalink
perf: Upgrade amis to 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amisadmin committed Nov 17, 2023
1 parent 38d7cc0 commit d6f2e17
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.4.0"
amis_pkg: str = "amis@3.5.2"
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 d6f2e17

Please sign in to comment.