Chg: 初期設定時にiconの代替値を設定せず、アイコンがない場合はフロントエンドに任せるように

This commit is contained in:
2026-06-01 06:15:42 +09:00
parent 6c787ced1b
commit fee45d5a31
4 changed files with 3 additions and 4 deletions
@@ -9,7 +9,7 @@ export default interface ServerInfo {
response: (Success & {
name: string | null;
description: string | null;
icon: string;
icon: string | null;
isInitialized: boolean;
isFirstAdminExists: boolean;
userCount: number;