diff --git a/config/binaries.ts b/config/binaries.ts index bd6b4163..e5927c94 100644 --- a/config/binaries.ts +++ b/config/binaries.ts @@ -888,6 +888,13 @@ const binaries = { repo: 'macos-fuse-t/fuse-t', distUrl: 'https://github.com/macos-fuse-t/fuse-t/releases', }, + 'ant-design-charts': { + category: 'ant-design-charts', + description: 'A React Chart Library https://ant-design-charts-next.antgroup.com/', + type: BinaryType.GitHub, + repo: 'ant-design/ant-design-charts', + distUrl: 'https://github.com/ant-design/ant-design-charts/releases', + }, } as const; export type BinaryName = keyof typeof binaries;