From fc5db4780f5a0a1cc64223e8270ecb67f30e6401 Mon Sep 17 00:00:00 2001 From: Jinke Li Date: Wed, 22 Nov 2023 11:37:46 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E5=AE=98=E7=BD=91?= =?UTF-8?q?=E6=96=B0=E9=97=BB=E5=85=AC=E5=91=8A=20(#2428)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 2 +- s2-site/.dumirc.ts | 56 ++++++++++++++++++++++---------------------- s2-site/package.json | 2 +- 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/LICENSE b/LICENSE index 6fc25ee611..a63e9f8b5b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2021 AntV +Copyright (c) 2021-present AntV Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/s2-site/.dumirc.ts b/s2-site/.dumirc.ts index 34e08776e6..0550b2349d 100644 --- a/s2-site/.dumirc.ts +++ b/s2-site/.dumirc.ts @@ -6,7 +6,7 @@ export default defineConfig({ { id: 'zh', name: '中文' }, { id: 'en', name: 'English' }, ], - title: 'S2', // 网站header标题 + title: 'S2', // 网站 header 标题 favicons: [ 'https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*7svFR6wkPMoAAAAAAAAAAAAADmJ7AQ/original', ], // 网站 favicon @@ -279,7 +279,7 @@ export default defineConfig({ detail: { engine: { zh: 'S2', - en: 'S2' + en: 'S2', }, title: { zh: 'S2·多维交叉分析表格', @@ -314,32 +314,32 @@ export default defineConfig({ ], }, /** 新闻公告,优先选择配置的,如果没有配置则使用远程的! */ - news: [ - { - type: { - zh: '论坛', - en: 'Forum', - }, - title: { - zh: 'AntV 芒种日 图新物:GraphInsight 发布', - en: 'AntV New Product Launch: GraphInsight', - }, - date: '2022.06.06', - link: 'https://github.com/antvis/GraphInsight', - }, - { - type: { - zh: '论坛', - en: 'Forum', - }, - title: { - zh: 'SEE Conf 2022 支付宝体验科技大会', - en: 'Alipay Experience Technology Conference', - }, - date: '2022.01.08', - link: 'https://seeconf.antfin.com/', - }, - ], + // news: [ + // { + // type: { + // zh: '论坛', + // en: 'Forum', + // }, + // title: { + // zh: 'AntV 芒种日 图新物:GraphInsight 发布', + // en: 'AntV New Product Launch: GraphInsight', + // }, + // date: '2022.06.06', + // link: 'https://github.com/antvis/GraphInsight', + // }, + // { + // type: { + // zh: '论坛', + // en: 'Forum', + // }, + // title: { + // zh: 'SEE Conf 2022 支付宝体验科技大会', + // en: 'Alipay Experience Technology Conference', + // }, + // date: '2022.01.08', + // link: 'https://seeconf.antfin.com/', + // }, + // ], /** 首页特性介绍 */ features: [ { diff --git a/s2-site/package.json b/s2-site/package.json index 76d8ffc1c6..7de0bb3d67 100644 --- a/s2-site/package.json +++ b/s2-site/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "@ant-design/icons": "^4.8.1", - "@antv/dumi-theme-antv": "^0.4.2", + "@antv/dumi-theme-antv": "^0.4.3", "@antv/g-canvas": "^0.5.12", "@antv/s2": "^1.52.0", "@antv/s2-react": "^1.44.2",