feat: 分离本地插件和插件市场,缓存插件市场数据,插件市场搜索同时支持对描述进行搜索

This commit is contained in:
Soulter
2025-03-03 11:13:08 +08:00
parent 036c78750f
commit 175bb3ee01
6 changed files with 454 additions and 286 deletions
+5
View File
@@ -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',