浏览代码

feat: add datasource category handling in marketplace list condition

tags/2.0.0-beta.1
WTW0313 1 个月前
父节点
当前提交
a6b0071ca0
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      web/app/components/plugins/marketplace/utils.ts

+ 3
- 0
web/app/components/plugins/marketplace/utils.ts 查看文件

@@ -117,6 +117,9 @@ export const getMarketplaceListCondition = (pluginType: string) => {
if (pluginType === PluginType.extension)
return 'category=endpoint'

if (pluginType === PluginType.datasource)
return 'category=datasource'

if (pluginType === 'bundle')
return 'type=bundle'


正在加载...
取消
保存