feat(frontend): add BubbleGame

Cherry-picked from 746367004e
Cherry-picked from 0815a5235d
Cherry-picked from 4ea030d669
Cherry-picked from 00e195f50b
Cherry-picked from c6a4caa8be

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
This commit is contained in:
syuilo 2024-01-07 14:32:57 +09:00 committed by まっちゃとーにゅ
parent 078cfbcd19
commit 73ee6b455a
No known key found for this signature in database
GPG key ID: 6AFBBF529601C1DB
31 changed files with 1094 additions and 4 deletions

View file

@ -27,6 +27,11 @@ function toolsMenuItems(): MenuItem[] {
to: '/clicker',
text: '🍪👈',
icon: 'ti ti-cookie',
}, {
type: 'link',
to: '/bubble-game',
text: i18n.ts.bubbleGame,
icon: 'ti ti-apple',
}, ($i && ($i.isAdmin || $i.policies.canManageCustomEmojis)) ? {
type: 'link',
to: '/custom-emojis-manager',