feat: new collections (#4530)

Co-authored-by: Peng Xiao <pengxiao@outlook.com>
This commit is contained in:
3720
2023-10-27 17:06:59 +08:00
committed by GitHub
parent 9fc0152cb1
commit ef8024c657
133 changed files with 8382 additions and 3743 deletions
+4
View File
@@ -14,6 +14,10 @@ export const routes = [
path: 'all',
lazy: () => import('./pages/workspace/all-page'),
},
{
path: 'collection/:collectionId',
lazy: () => import('./pages/workspace/collection'),
},
{
path: 'trash',
lazy: () => import('./pages/workspace/trash-page'),