Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
parent
8fa6cb5e03
commit
4c0a31d38b
38 changed files with 379 additions and 18 deletions
|
|
@ -26,6 +26,8 @@ class AppSiteApi(WebApiResource):
|
|||
|
||||
site_fields = {
|
||||
'title': fields.String,
|
||||
'chat_color_theme': fields.String,
|
||||
'chat_color_theme_inverted': fields.Boolean,
|
||||
'icon': fields.String,
|
||||
'icon_background': fields.String,
|
||||
'description': fields.String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue