feat(splash): simplify multi-character home layout

This commit is contained in:
Codex
2026-07-23 13:27:16 +08:00
parent 3c7b0c30e0
commit b1f52c68e8
10 changed files with 67 additions and 65 deletions
+2
View File
@@ -16,6 +16,7 @@ export interface CharacterProfile {
readonly assets: {
readonly avatar: string;
readonly cover: string;
readonly splashCover?: string;
readonly chatBackground: string;
readonly privateZoneBanner: string;
};
@@ -97,6 +98,7 @@ const CHARACTER_PROFILES: readonly CharacterProfile[] = Object.freeze([
assets: {
avatar: "/images/avatar/maya.png",
cover: "/images/cover/maya.webp",
splashCover: "/images/cover/maya-home.webp",
chatBackground: "/images/chat/bg-chatpage.png",
privateZoneBanner: "/images/private-zone/banner/maya.png",
},