Skip to content

Commit

Permalink
add ee
Browse files Browse the repository at this point in the history
  • Loading branch information
vipzero committed Aug 18, 2024
1 parent 1dbbea5 commit 2348683
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/Home/Cvote/charProfiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,12 @@ export const CVOTE_PROFILES: CvoteProfile[] = [
{ id: 'ms', name: 'マーシャ', color: '#BF9681' },
],
},
{
id: 'makein',
chars: [
{ id: 'yn', name: '八奈見', color: '#4AC1F0' },
{ id: 'ys', name: '焼塩', color: '#8FC31E' },
{ id: 'km', name: '小鞠', color: '#DD4F4D' },
],
},
]
3 changes: 3 additions & 0 deletions src/components/Home/Cvote/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export const eekeysVotic = [
// 'loveplus', // R
// 'milgram', // R
'roshidere',
'makein',
] as const
export const eekeys = [
...eekeysGimic,
Expand Down Expand Up @@ -148,6 +149,7 @@ export const EX_PATTERNS_ANIME_OR_ALBUM: [string | RegExp, Eekey][] = [
[/|cyberpunk/i, 'cyberpunk'],
[/Do It Yourself!!/i, 'diy'],
[//i, 'roshidere'],
[//i, 'makein'],
]
export const EX_PATTERNS_CUSTOM: [(_song: Song) => boolean, Eekey][] = [
// [ (song) => song.animeTitle === '人生', 'jinsei' ],
Expand Down Expand Up @@ -254,4 +256,5 @@ export const eeId: Record<EekeyStr, number> = {
diy: 54,
birth: 55,
roshidere: 56,
makein: 57,
}

0 comments on commit 2348683

Please sign in to comment.