feat: use instance icon for splash screen
This commit is contained in:
parent
23d3762d04
commit
4f8495c7ad
3 changed files with 2 additions and 1 deletions
|
@ -31,6 +31,7 @@ You should also include the user name that made the change.
|
|||
- 連合チャートにActiveを追加 @syuilo
|
||||
- デフォルトで10秒以上時間がかかるデータベースへのクエリは中断されるように @syuilo
|
||||
- 設定ファイルの`db.extra`に`statement_timeout`を設定することでタイムアウト時間を変更できます
|
||||
- Client: スプラッシュスクリーンにインスタンスのアイコンを表示するように @syuilo
|
||||
|
||||
### Bugfixes
|
||||
- Client: リアクションピッカーの高さが低くなったまま戻らないことがあるのを修正 @syuilo
|
||||
|
|
BIN
packages/backend/assets/splash.png
Normal file
BIN
packages/backend/assets/splash.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
|
@ -59,5 +59,5 @@ html
|
|||
br
|
||||
| Please turn on your JavaScript
|
||||
div#splash
|
||||
img(src='/static-assets/icons/512.png')
|
||||
img(src= icon || '/static-assets/splash.png')
|
||||
block content
|
||||
|
|
Loading…
Reference in a new issue