feat: update media upload page

This commit is contained in:
yanghao05
2025-04-08 21:37:20 +08:00
parent 8d7a0688f1
commit 1aa5f6853f
3 changed files with 286 additions and 165 deletions

View File

@@ -12,6 +12,11 @@ const routes = [
name: 'Medias',
component: () => import('./pages/MediaPage.vue')
},
{
path: '/medias/uploads',
name: 'Uploads',
component: () => import('./pages/MediaUploadPage.vue')
},
{
path: '/posts',
name: 'Posts',