릴리스: v1.4.27 내부 레거시 이름층 정리

This commit is contained in:
2026-04-02 21:02:37 +09:00
parent 139f78bb89
commit d0ebc97bc3
8 changed files with 30 additions and 58 deletions

View File

@@ -27,7 +27,7 @@ export function createRouter() {
{ path: '/admin', redirect: '/admin/featured' },
{ path: '/admin/featured', name: 'adminFeatured', component: AdminView },
{ path: '/admin/games', redirect: '/admin/templates' },
{ path: '/admin/templates', name: 'adminGames', component: AdminView },
{ path: '/admin/templates', name: 'adminTemplates', component: AdminView },
{ path: '/admin/items', name: 'adminItems', component: AdminView },
{ path: '/admin/tierlists', name: 'adminTierlists', component: AdminView },
{ path: '/admin/users', name: 'adminUsers', component: AdminView },