Skip to content

Commit

Permalink
feat: add new congratulation sounds
Browse files Browse the repository at this point in the history
- Add new congratulation sound files in the `public/sound` directory
- Add new audio settings for Chinese congratulation sounds in `SettingService.ts`

Signed-off-by: 陳鈞 <[email protected]>
  • Loading branch information
jim60105 committed Jul 30, 2024
1 parent 37dcb28 commit f126245
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
5 changes: 5 additions & 0 deletions src/services/SettingService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ export const CongratulationSounds: Ref<{ label: string; items: AudioSetting[] }[
label: 'Funny Voice',
items: [
{ label: '中~大~獎~ (Chinese)', value: '中大獎.mp3' },
{
label: '喔中了!中了!中了!中了! (Chinese)',
value: '喔中了中了中了中了中了中了中了.mp3'
},
{ label: '我真的是爽翻天你知道嗎 (Chinese)', value: '我真的是爽翻天你知道嗎.mp3' },
{
label: '那個橡皮擦我不要了 (Chinese)',
value: '350b8fc91c2e4ca4b7b0652f6eee1a42.mp3'
Expand Down

0 comments on commit f126245

Please sign in to comment.