feat: add desktop bug report collection

This commit is contained in:
2026-05-31 21:55:29 +08:00
parent 0a9dcec70f
commit e490a267ff
27 changed files with 2938 additions and 3 deletions
+6
View File
@@ -79,6 +79,12 @@ export const router = createRouter({
component: () => import('@/views/DesktopClientReleasesView.vue'),
meta: { title: '客户端版本' },
},
{
path: 'desktop-client/bug-reports',
name: 'desktop-client-bug-reports',
component: () => import('@/views/DesktopBugReportsView.vue'),
meta: { title: '客户端 Bug' },
},
{
path: 'compliance/policy',
name: 'compliance-policy',