Skip to content

Commit

Permalink
docs: 更新官网新闻公告 (#2428)
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 authored Nov 22, 2023
1 parent c268beb commit fc5db47
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
56 changes: 28 additions & 28 deletions s2-site/.dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -279,7 +279,7 @@ export default defineConfig({
detail: {
engine: {
zh: 'S2',
en: 'S2'
en: 'S2',
},
title: {
zh: 'S2·多维交叉分析表格',
Expand Down Expand Up @@ -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: [
{
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.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",
Expand Down

1 comment on commit fc5db47

@vercel
Copy link

@vercel vercel bot commented on fc5db47 Nov 22, 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-git-master-antvis-family.vercel.app
antvis-s2-antvis-family.vercel.app
antvis-s2.vercel.app

Please sign in to comment.