Skip to content

Commit

Permalink
Fixing merged Alibaba Oss Data Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
FalkWolsky committed Sep 27, 2024
1 parent d44694b commit 4242c59
Show file tree
Hide file tree
Showing 3 changed files with 448 additions and 30 deletions.
4 changes: 2 additions & 2 deletions server/node-service/src/plugins/aliyunOss/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ const ossPlugin: DataSourcePluginFactory = (context: PluginContext) => {
return {
id: "oss",
name: i18n.trans("name"),
icon: "https://img.alicdn.com/tfs/TB1_ZXuNcfpK1RjSZFOXXa6nFXa-32-32.ico",
icon: "alibabaOss.svg",
description: i18n.trans("description"),
category: "api",
category: "Assets",
dataSourceConfig: getDataSourceConfig(i18n),
queryConfig: getQueryConfig(i18n),

Expand Down
3 changes: 3 additions & 0 deletions server/node-service/src/static/plugin-icons/alibabaOss.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4242c59

Please sign in to comment.