Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add group channels #61

Merged
merged 2 commits into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/icons/hololive/FLOW GLOW.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/hololive/ReGLOSS.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 10 additions & 3 deletions src/assets/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,18 @@ export const talents: ChannelNode[] = [
},
{
name: "ReGLOSS",
children: ["火威青", "音乃瀬奏", "一条莉々華", "儒烏風亭らでん", "轟はじめ"],
children: ["ReGLOSS", "火威青", "音乃瀬奏", "一条莉々華", "儒烏風亭らでん", "轟はじめ"],
},
{
name: "FLOWGLOW",
children: ["響咲リオナ", "虎金妃笑虎", "水宮枢", "輪堂千速", "綺々羅々ヴィヴィ"],
name: "FLOW GLOW",
children: [
"FLOW GLOW",
"響咲リオナ",
"虎金妃笑虎",
"水宮枢",
"輪堂千速",
"綺々羅々ヴィヴィ",
],
},
],
},
Expand Down
2 changes: 2 additions & 0 deletions src/assets/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@
"博衣こより": "/hololive/博衣こより.jpg",
"沙花叉クロヱ": "/hololive/沙花叉クロヱ.jpg",
"風真いろは": "/hololive/風真いろは.jpg",
"ReGLOSS": "/hololive/ReGLOSS.jpg",
"火威青": "/hololive/火威青.jpg",
"音乃瀬奏": "/hololive/音乃瀬奏.jpg",
"一条莉々華": "/hololive/一条莉々華.jpg",
"儒烏風亭らでん": "/hololive/儒烏風亭らでん.jpg",
"轟はじめ": "/hololive/轟はじめ.jpg",
"FLOW GLOW": "/hololive/FLOW GLOW.jpg",
"響咲リオナ": "/hololive/響咲リオナ.jpg",
"虎金妃笑虎": "/hololive/虎金妃笑虎.jpg",
"水宮枢": "/hololive/水宮枢.jpg",
Expand Down