feat: allow users to use the app icon as the answer icon (#7888)

Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
kurokobo 2024-09-02 21:00:41 +09:00 committed by GitHub
commit 80aa7c4019
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 208 additions and 8 deletions

View file

@ -10,6 +10,7 @@ app_fields = {
"icon": fields.String,
"icon_background": fields.String,
"icon_url": AppIconUrlField,
"use_icon_as_answer_icon": fields.Boolean,
}
installed_app_fields = {