feat(client): 🍪👈

This commit is contained in:
syuilo 2023-01-08 17:41:09 +09:00
parent fceeb1b108
commit 27c2ca5048
12 changed files with 269 additions and 0 deletions

View file

@ -41,6 +41,11 @@ export function openInstanceMenu(ev: MouseEvent) {
to: '/api-console',
text: 'API Console',
icon: 'ti ti-terminal-2',
}, {
type: 'link',
to: '/clicker',
text: '🍪👈',
icon: 'ti ti-cookie',
}],
}, null, {
type: 'parent',