diff --git a/config/config.ts b/config/config.ts index fe694491..3bbed019 100644 --- a/config/config.ts +++ b/config/config.ts @@ -80,6 +80,8 @@ if (isAntDesignProPreview) { export default { plugins, block: { + // 国内用户可以使用码云 + // defaultGitUrl: 'https://github.com/ant-design/pro-blocks', defaultGitUrl: 'https://github.com/ant-design/pro-blocks', }, hash: true,