Skip to content

Commit

Permalink
chore: update dumi-theme-antv 0.4.0 (#2422)
Browse files Browse the repository at this point in the history
* chore: update dumi-theme-antv 0.4.0

* chore: update dumi-theme-antv 0.4.0
  • Loading branch information
ai-qing-hai authored Nov 20, 2023
1 parent 3b771c0 commit bc12b67
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions s2-site/.dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default defineConfig({
description: '多维交叉分析表格',
defaultLanguage: 'zh', // 默认语言
isAntVSite: false, // 是否是 AntV 的大官网
footerTheme: 'light', // 白色 底部主题
siteUrl: 'https://antv.antgroup.com', // 官网地址
githubUrl: repository.url, // GitHub 地址
showSearch: true, // 是否显示搜索框
Expand Down Expand Up @@ -276,16 +277,20 @@ export default defineConfig({
},
/** 首页技术栈介绍 */
detail: {
engine: {
zh: 'S2',
en: 'S2'
},
title: {
zh: 'S2 多维交叉分析表格',
en: 'S2 Multi Cross Analysis Table',
zh: 'S2·多维交叉分析表格',
en: 'S2·Multi Cross Analysis Table',
},
description: {
zh: 'S2 是多维交叉分析领域的表格解决方案,数据驱动视图,提供底层核心库、基础组件库、业务场景库,具备自由扩展的能力,让开发者既能开箱即用,也能基于自身场景自由发挥。',
en: 'S2 is a table solution in the field of multidimensional cross analysis. It is data-driven view, provides the underlying core library, basic component library and business scenario library, and has the ability of free expansion, allowing developers to use it out of the box and freely play based on their own scenarios.',
},
image:
'https://gw.alipayobjects.com/zos/bmw-prod/1aa91199-b986-4553-a425-6baa18c3a9bd.svg',
'https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*1PTTQLk3j5AAAAAAAAAAAAAADmJ7AQ/original',
buttons: [
{
text: {
Expand Down
2 changes: 1 addition & 1 deletion s2-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@ant-design/icons": "^4.8.1",
"@antv/dumi-theme-antv": "^0.3.20",
"@antv/dumi-theme-antv": "^0.4.0",
"@antv/g-canvas": "^0.5.12",
"@antv/s2": "^1.51.2",
"@antv/s2-react": "^1.44.1",
Expand Down

1 comment on commit bc12b67

@vercel
Copy link

@vercel vercel bot commented on bc12b67 Nov 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

antvis-s2 – ./

antvis-s2-antvis-family.vercel.app
antvis-s2-git-master-antvis-family.vercel.app
antvis-s2.vercel.app

Please sign in to comment.