feat: 新增主题选择
This commit is contained in:
@@ -90,6 +90,7 @@ async def update_config(
|
||||
config_service: ConfigService = Depends(get_config_service),
|
||||
admin: bool = Depends(admin_required)
|
||||
):
|
||||
data.pop('themesChoices')
|
||||
await config_service.update_config(data)
|
||||
return APIResponse()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user