feat: custom app icon (#7196)

Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
Hash Brown 2024-08-19 09:16:33 +08:00 committed by GitHub
commit fbf31b5d52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
65 changed files with 1068 additions and 352 deletions

View file

@ -11,6 +11,7 @@ def handle(sender, **kwargs):
site = Site(
app_id=app.id,
title=app.name,
icon_type=app.icon_type,
icon=app.icon,
icon_background=app.icon_background,
default_language=account.interface_language,