chore: update dumi-theme-antv

This commit is contained in:
ai-qing-hai 2023-11-20 19:19:46 +08:00
parent ef337861df
commit 7309e4118f
2 changed files with 13 additions and 4 deletions

View File

@ -48,6 +48,7 @@ export default defineConfig({
isAntVSite: false, // 是否是 AntV 的大官网
siteUrl: homepage, // 官网地址
githubUrl: repository.url, // GitHub 地址
footerTheme: 'light', // 白色 底部主题
showSearch: true, // 是否显示搜索框
showGithubCorner: true, // 是否显示头部的 GitHub icon
showGithubStars: true, // 是否显示 GitHub star 数量
@ -296,15 +297,23 @@ export default defineConfig({
},
/** 首页技术栈介绍 */
detail: {
engine: {
zh: 'G6',
en: 'G6',
},
title: {
zh: 'G6 图可视化引擎',
en: 'G6 Graph Visualization Engine',
zh: 'G6·图可视化引擎',
en: 'G6·Graph Visualization Engine',
},
description: {
zh: 'G6 是一个简单、易用、完备的图可视化引擎,它在高定制能力的基础上,提供了一系列设计优雅、便于使用的图可视化解决方案。能帮助开发者搭建属于自己的图可视化、图分析、或图编辑器应用。',
en: 'G6 is graph visualization engine with simplicity and convenience. Based on the ability of customize, it provides a set of elegant graph visualization solutions, and helps developers to build up applications for graph visualization, graph analysis, and graph editor.',
},
image: 'https://gw.alipayobjects.com/mdn/rms_f8c6a0/afts/img/A*j5AqSpmNPdYAAAAAAAAAAABkARQnAQ',
image:
'https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*6dSUSo3QTk0AAAAAAAAAAAAADmJ7AQ/original',
imageStyle: {
transform: 'scale(0.6)',
},
buttons: [
{
text: {

View File

@ -35,7 +35,7 @@
"@ant-design/icons": "^4.0.6",
"@antv/algorithm": "^0.1.26",
"@antv/chart-node-g6": "^0.0.3",
"@antv/dumi-theme-antv": "0.3.19-beta.1",
"@antv/dumi-theme-antv": "^0.4.1",
"@antv/g2": "^5.1.5",
"@antv/g6": "workspace:*",
"@antv/g6-plugin-map-view": "^0.0.4",