feat: add configurable S3 object storage
This commit is contained in:
@@ -51,6 +51,13 @@
|
||||
>
|
||||
支付与邮件
|
||||
</router-link>
|
||||
<router-link
|
||||
to="/admin/storage"
|
||||
class="block rounded-md px-3 py-2 hover:bg-slate-100"
|
||||
active-class="bg-slate-100 text-slate-900"
|
||||
>
|
||||
对象存储
|
||||
</router-link>
|
||||
<router-link
|
||||
to="/admin/config"
|
||||
class="block rounded-md px-3 py-2 hover:bg-slate-100"
|
||||
|
||||
@@ -59,6 +59,7 @@ export function createAppRouter(pinia: Pinia) {
|
||||
{ path: 'tasks', name: 'admin-tasks', component: () => import('@/pages/admin/AdminTasksPage.vue') },
|
||||
{ path: 'billing', name: 'admin-billing', component: () => import('@/pages/admin/AdminBillingPage.vue') },
|
||||
{ path: 'integrations', name: 'admin-integrations', component: () => import('@/pages/admin/AdminIntegrationsPage.vue') },
|
||||
{ path: 'storage', name: 'admin-storage', component: () => import('@/pages/admin/AdminStoragePage.vue') },
|
||||
{ path: 'config', name: 'admin-config', component: () => import('@/pages/admin/AdminConfigPage.vue') },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user