diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-07-12 22:17:13 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-07-12 22:17:13 +0900 |
| commit | b9e9631195a8ca5ed1386daeacdc835456d52975 (patch) | |
| tree | 61973ac99fd151dcda7a9d2cc5ab0d2eb7142ab3 /src | |
| parent | 12.41.2 (diff) | |
| download | misskey-b9e9631195a8ca5ed1386daeacdc835456d52975.tar.gz misskey-b9e9631195a8ca5ed1386daeacdc835456d52975.tar.bz2 misskey-b9e9631195a8ca5ed1386daeacdc835456d52975.zip | |
feat(client): Add sounds :musical_note:
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/assets/sounds/syuilo/pirori-square-wet.mp3 | bin | 0 -> 139200 bytes | |||
| -rw-r--r-- | src/client/assets/sounds/syuilo/pirori-wet.mp3 | bin | 0 -> 139200 bytes | |||
| -rw-r--r-- | src/client/pages/preferences/index.vue | 2 |
3 files changed, 2 insertions, 0 deletions
diff --git a/src/client/assets/sounds/syuilo/pirori-square-wet.mp3 b/src/client/assets/sounds/syuilo/pirori-square-wet.mp3 Binary files differnew file mode 100644 index 0000000000..babf1fce60 --- /dev/null +++ b/src/client/assets/sounds/syuilo/pirori-square-wet.mp3 diff --git a/src/client/assets/sounds/syuilo/pirori-wet.mp3 b/src/client/assets/sounds/syuilo/pirori-wet.mp3 Binary files differnew file mode 100644 index 0000000000..25e2c46a64 --- /dev/null +++ b/src/client/assets/sounds/syuilo/pirori-wet.mp3 diff --git a/src/client/pages/preferences/index.vue b/src/client/pages/preferences/index.vue index 3b56aa77bc..cd33352adb 100644 --- a/src/client/pages/preferences/index.vue +++ b/src/client/pages/preferences/index.vue @@ -134,6 +134,8 @@ const sounds = [ 'syuilo/poi1', 'syuilo/poi2', 'syuilo/pirori', + 'syuilo/pirori-wet', + 'syuilo/pirori-square-wet', 'aisha/1', 'aisha/2', 'aisha/3', |