Skip to content

Commit

Permalink
docs: enable usr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonneyx committed Jan 20, 2025
1 parent e22f7b7 commit 113ea43
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
3 changes: 3 additions & 0 deletions packages/site/.dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ export default defineConfig({
defaultLanguage: 'zh', // 默认语言
isAntVSite: false, // 是否是 AntV 的大官网
siteUrl: homepage, // 官网地址
siteRelativePath: 'packages/site', // site 子包的相对路径
githubUrl: repository.url, // GitHub 地址
branch: 'v5', // 当前分支
footerTheme: 'light', // 白色 底部主题
showSearch: true, // 是否显示搜索框
showGithubCorner: true, // 是否显示头部的 GitHub icon
Expand All @@ -34,6 +36,7 @@ export default defineConfig({
showWxQrcode: true, // 是否显示头部菜单的微信公众号
showChartResize: true, // 是否在 demo 页展示图表视图切换
showAPIDoc: false, // 是否在 demo 页展示API文档
feedback: true, // 是否开启用户反馈功能
prefersColor: {
default: 'light',
switch: false,
Expand Down
30 changes: 15 additions & 15 deletions packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"dependencies": {
"@ant-design/icons": "^5.5.2",
"@antv/algorithm": "^0.1.26",
"@antv/dumi-theme-antv": "^0.5.5",
"@antv/g": "^6.1.14",
"@antv/g-svg": "^2.0.27",
"@antv/g-webgl": "^2.0.36",
"@antv/dumi-theme-antv": "0.5.7-beta.2",
"@antv/g": "^6.1.20",
"@antv/g-svg": "^2.0.33",
"@antv/g-webgl": "^2.0.42",
"@antv/g2": "^5.2.10",
"@antv/g6": "workspace:*",
"@antv/g6-extension-3d": "workspace:*",
Expand All @@ -52,29 +52,29 @@
"@antv/layout-gpu": "^1.1.7",
"@antv/layout-wasm": "^1.4.2",
"@antv/util": "^3.3.10",
"antd": "^5.22.5",
"dumi": "^2.4.16",
"antd": "^5.23.1",
"dumi": "^2.4.17",
"insert-css": "^2.0.0",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"stats.js": "^0.17.0",
"styled-components": "^6.1.13"
"styled-components": "^6.1.14"
},
"devDependencies": {
"@manypkg/get-packages": "^2.2.2",
"@microsoft/api-documenter": "^7.26.3",
"@microsoft/api-extractor": "^7.48.1",
"@microsoft/api-extractor-model": "^7.30.1",
"@microsoft/api-documenter": "^7.26.5",
"@microsoft/api-extractor": "^7.49.1",
"@microsoft/api-extractor-model": "^7.30.2",
"@microsoft/tsdoc": "^0.15.1",
"@rushstack/node-core-library": "^4.3.0",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.13",
"@types/react": "^18.3.17",
"@types/lodash": "^4.17.14",
"@types/react": "^18.3.18",
"@types/resolve": "^1.20.6",
"fs-extra": "^11.2.0",
"gh-pages": "^6.2.0",
"fs-extra": "^11.3.0",
"gh-pages": "^6.3.0",
"prettier": "^3.4.2",
"resolve": "^1.22.9"
"resolve": "^1.22.10"
}
}

0 comments on commit 113ea43

Please sign in to comment.