File upload frontpage and download decryption

This commit is contained in:
2025-07-26 03:11:42 +08:00
parent 0486c0d0e5
commit f1867e7916
19 changed files with 1051 additions and 229 deletions

View File

@@ -8,6 +8,11 @@ const router = createRouter({
path: '/',
name: 'index',
component: () => import('../views/index.vue')
},
{
path: '/files',
name: 'files',
component: () => import('../views/files.vue'),
}
]
})