feat: add hosted message

This commit is contained in:
engigu
2025-01-01 17:30:54 +08:00
parent 344ace9020
commit 42eb0b2946
18 changed files with 506 additions and 19 deletions
+5
View File
@@ -41,6 +41,11 @@ const router = createRouter({
path: '/settings',
name: 'settings',
component: () => import('../views/tabsTools/settings/settings.vue')
},
{
path: '/hostedMessage',
name: 'hostedmessage',
component: () => import('../views/tabsTools/hostedMessage/hostedMessage.vue')
},
{
path: '/:catchAll(.*)',