新增订阅分享页面及相关搜索功能

This commit is contained in:
jxxghp
2025-07-18 11:05:05 +08:00
parent 76b9a8d9e7
commit 7546da4f90
7 changed files with 83 additions and 0 deletions
+8
View File
@@ -69,6 +69,14 @@ const router = createRouter({
subType: '电视剧',
},
},
{
path: '/subscribe-share',
component: () => import('../pages/subscribe-share.vue'),
meta: {
keepAlive: true,
requiresAuth: true,
},
},
{
path: '/workflow',
component: () => import('../pages/workflow.vue'),