enhance(client): add ads page

This commit is contained in:
syuilo
2023-03-18 14:30:16 +09:00
parent 8571c692ba
commit 7699b49d33
4 changed files with 37 additions and 3 deletions

View File

@@ -197,6 +197,9 @@ export const routes = [{
}, {
path: '/about-misskey',
component: page(() => import('./pages/about-misskey.vue')),
}, {
path: '/ads',
component: page(() => import('./pages/ads.vue')),
}, {
path: '/theme-editor',
component: page(() => import('./pages/theme-editor.vue')),