We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2428d58 commit 59fe635Copy full SHA for 59fe635
1 file changed
fastapi_amis_admin/admin/settings.py
@@ -22,7 +22,7 @@ class Settings(BaseSettings):
22
database_url: str = ""
23
language: Union[Literal["zh_CN", "en_US", "de_DE"], str] = ""
24
amis_cdn: str = "https://unpkg.com"
25
- amis_pkg: str = "amis@6.0.0"
+ amis_pkg: str = "amis@6.3.0"
26
amis_theme: Literal["cxd", "antd", "dark", "ang"] = "cxd"
27
amis_image_receiver: API = None # Image upload interface
28
amis_file_receiver: API = None # File upload interface
0 commit comments