Skip to content

Commit

Permalink
chore: update dumi-theme-antv (#2194)
Browse files Browse the repository at this point in the history
  • Loading branch information
ai-qing-hai authored Nov 20, 2023
1 parent 4c788fb commit aa7a762
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions site/.dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default defineConfig({
defaultLanguage: 'zh',
siteUrl: 'https://charts.ant.design',
showChinaMirror: false,
footerTheme: 'light', // 白色 底部主题
githubUrl: repository.url,
showSearch: true, // 是否显示搜索框
showGithubCorner: true, // 是否显示头部的 GitHub icon
Expand Down Expand Up @@ -126,9 +127,13 @@ export default defineConfig({
},
],
detail: {
engine:{
zh: 'AntV react',
en: 'AntV react',
},
title: {
zh: 'AntV react 可视化组件库',
en: 'AntV react component library',
zh: 'AntV react·可视化组件库',
en: 'AntV react·component library',
},
description: {
zh: '简单好用的 React 图表库。',
Expand Down
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"start": "cross-env NODE_OPTIONS=--max_old_space_size=8192 pnpm run develop"
},
"devDependencies": {
"@antv/dumi-theme-antv": "0.3.18",
"@antv/dumi-theme-antv": "^0.4.1",
"@types/react": "^16.14.8",
"@types/react-dom": "^16.9.13",
"cross-env": "^7.0.3",
Expand Down

0 comments on commit aa7a762

Please sign in to comment.