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

chore: add new member #600

Merged
merged 1 commit into from
Oct 31, 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
12 changes: 12 additions & 0 deletions service/vspo-schedule/proxy/data/vspoinfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,18 @@ export const vspo = {
youtubeChannelId: "UC7Xglp1fske9zmRe7Oj8YyA",
searchKeywords: ["Riko Solari", "Riko", "Solari", "ソラリリコ", "ソラリ リコ"],
},
{
jpName: "蝶屋はなび",
enName: "Choya Hanabi",
youtubeChannelId: "UCL9hJsdk9eQa0IlWbFB2oRg",
searchKeywords: ["蝶屋はなび", "蝶屋 はなび", "Choya Hanabi", "Hanabi Choya"],
},
{
jpName: "甘結もか",
enName: "Amayui Moka",
youtubeChannelId: "UC8vKBjGY2HVfbW9GAmgikWw",
searchKeywords: ["甘結もか", "甘結 もか", "Amayui Moka", "Moka Amayui"],
},
],
} as const

Expand Down
16 changes: 16 additions & 0 deletions service/vspo-schedule/web/src/data/members.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,4 +298,20 @@ export const members: Member[] = [
"https://yt3.ggpht.com/NOzYOqi7WSPcuVTEmNDr_VK4uMo3j-MsSLE6LL4LR4NjFENWnW-Z8tJ8g6-a8h8sXbaN9dUp6g=s88-c-k-c0x00ffffff-no-rj",
keywords: ["Riko Solari", "Riko", "Solari", "ソラリリコ", "ソラリ リコ"],
},
{
id: 28,
name: "蝶屋はなび",
channelId: "UCL9hJsdk9eQa0IlWbFB2oRg",
iconUrl:
"https://yt3.ggpht.com/YaWMa3WrQaECXExUNK10s-Nr41cuW0s5T6xxaUVOi051NILISbIOh173YsJ5g5r7moRJ-AOr=s88-c-k-c0x00ffffff-no-rj",
keywords: ["蝶屋はなび", "蝶屋 はなび", "Choya Hanabi", "Hanabi Choya"],
},
{
id: 29,
name: "甘結もか",
channelId: "UC8vKBjGY2HVfbW9GAmgikWw",
iconUrl:
"https://yt3.ggpht.com/m7ztm9uUEQTPrWUp8BdL938qGAnsExnz15B5BqaODhBx5ubmlu_hHiHJzXZ5olQSg-FskcGMqzc=s88-c-k-c0x00ffffff-no-rj",
keywords: ["甘結もか", "甘結 もか", "Amayui Moka", "Moka Amayui"],
},
];