diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-07-08 23:29:35 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-07-08 23:29:35 +0900 |
| commit | d4b4b61535ee4f5f759ba3342b55e978e43f1c7b (patch) | |
| tree | e24d6191632ef470a254e627cc010650cf733db0 /src | |
| parent | Update mios.ts (diff) | |
| download | sharkey-d4b4b61535ee4f5f759ba3342b55e978e43f1c7b.tar.gz sharkey-d4b4b61535ee4f5f759ba3342b55e978e43f1c7b.tar.bz2 sharkey-d4b4b61535ee4f5f759ba3342b55e978e43f1c7b.zip | |
feat(client): Add sound :musical_note:
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/assets/sounds/syuilo/pirori.mp3 | bin | 0 -> 19200 bytes | |||
| -rw-r--r-- | src/client/pages/preferences/index.vue | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/src/client/assets/sounds/syuilo/pirori.mp3 b/src/client/assets/sounds/syuilo/pirori.mp3 Binary files differnew file mode 100644 index 0000000000..a745415ac0 --- /dev/null +++ b/src/client/assets/sounds/syuilo/pirori.mp3 diff --git a/src/client/pages/preferences/index.vue b/src/client/pages/preferences/index.vue index 3dba0a7438..92d745a846 100644 --- a/src/client/pages/preferences/index.vue +++ b/src/client/pages/preferences/index.vue @@ -115,6 +115,7 @@ const sounds = [ 'syuilo/triple', 'syuilo/poi1', 'syuilo/poi2', + 'syuilo/pirori', 'aisha/1', 'aisha/2', 'aisha/3', |