Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update dumi-theme-antv #2194

Merged
merged 1 commit into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -118,9 +119,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