mirror of https://gitee.com/antv-l7/antv-l7
fix: 修复官网首页图片丢失
This commit is contained in:
parent
823e77fa63
commit
3edf34aaa5
|
@ -108,13 +108,18 @@ const IndexPage = () => {
|
|||
description: t('支持地图底图,渲染引擎,图层自由定制、扩展,组合'),
|
||||
},
|
||||
{
|
||||
text: t('图表示例'),
|
||||
link: `/${i18n.language}/examples/gallery`,
|
||||
type: 'primary',
|
||||
icon:
|
||||
'https://gw.alipayobjects.com/zos/basement_prod/0ccf4dcb-1bac-4f4e-8d8d-f1031c77c9c8.svg',
|
||||
title: t('业务专业且通用'),
|
||||
description: t(
|
||||
'以图形符号学地理设计体系理论基础,易用、易理解、专业、专注',
|
||||
),
|
||||
},
|
||||
{
|
||||
text: t('开始使用'),
|
||||
link: `/${i18n.language}/docs/api/l7`,
|
||||
icon:
|
||||
'https://gw.alipayobjects.com/zos/basement_prod/fd232581-14b3-45ec-a85c-fb349c51b376.svg',
|
||||
title: t('视觉酷炫且动感'),
|
||||
description: t('支持海量数据,2D、3D,动态,可交互,高性能渲染'),
|
||||
},
|
||||
];
|
||||
const notifications = [{
|
||||
|
|
Loading…
Reference in New Issue