✨ feat: 分离本地插件和插件市场,缓存插件市场数据,插件市场搜索同时支持对描述进行搜索
This commit is contained in:
@@ -16,6 +16,11 @@ const MainRoutes = {
|
||||
path: '/extension',
|
||||
component: () => import('@/views/ExtensionPage.vue')
|
||||
},
|
||||
{
|
||||
name: 'ExtensionMarketplace',
|
||||
path: '/extension-marketplace',
|
||||
component: () => import('@/views/ExtensionMarketplace.vue')
|
||||
},
|
||||
{
|
||||
name: 'Platforms',
|
||||
path: '/platforms',
|
||||
|
||||
Reference in New Issue
Block a user