Skip to content

Commit 897a318

Browse files
committed
更新 .dumirc.ts 配置文件,新增 ProComponents 名称、Logo 和社交链接;更新 package.json,调整 dumi 版本为 ^2.4.21 并新增 dumi-theme-antd-style 依赖;更新 pnpm-lock.yaml,添加多个新依赖及其版本信息,以提升项目兼容性和功能。
1 parent de9b07d commit 897a318

File tree

3 files changed

+224
-1
lines changed

3 files changed

+224
-1
lines changed

.dumirc.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export default defineConfig({
77
alias: {
88
'@ant-design/pro-components': path.resolve(__dirname, 'src'),
99
},
10+
1011
metas: [
1112
{
1213
property: 'og:site_name',
@@ -62,6 +63,11 @@ export default defineConfig({
6263
],
6364
// ssr: {},
6465
themeConfig: {
66+
name: 'ProComponents',
67+
logo: 'https://gw.alipayobjects.com/zos/antfincdn/upvrAjAPQX/Logo_Tech%252520UI.svg',
68+
socialLinks: {
69+
github: 'https://github.com/ant-design/pro-components',
70+
},
6571
lastUpdated: true,
6672
hero: {
6773
title: 'ProComponents',

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@
146146
"chalk": "^4.1.2",
147147
"copy-to-clipboard": "^3.3.3",
148148
"cross-env": "^7.0.3",
149-
"dumi": "~2.4.21",
149+
"dumi": "^2.4.21",
150+
"dumi-theme-antd-style": "^0.31.1",
150151
"esbuild": "^0.15.18",
151152
"eslint": "^8.57.1",
152153
"eslint-plugin-react": "^7.37.5",

0 commit comments

Comments
 (0)