feat(frontend): add BubbleGame
Cherry-picked from746367004eCherry-picked from0815a5235dCherry-picked from4ea030d669Cherry-picked from00e195f50bCherry-picked fromc6a4caa8beCo-authored-by: syuilo <Syuilotan@yahoo.co.jp>
This commit is contained in:
parent
078cfbcd19
commit
73ee6b455a
31 changed files with 1094 additions and 4 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue