feat:前端判断是否开启游客上传

This commit is contained in:
lan
2024-06-15 20:28:12 +08:00
parent 7323e8562f
commit efc99efc13
4 changed files with 17 additions and 0 deletions
+1
View File
@@ -77,6 +77,7 @@ async def get_config():
'explain': settings.page_explain,
'uploadSize': settings.uploadSize,
'expireStyle': settings.expireStyle,
'openUpload': settings.openUpload,
})