mirror of https://gitee.com/antv-l7/antv-l7
Merge pull request #82 from antvis/fix-description
Update home page slogan
This commit is contained in:
commit
0403d30dfb
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"L7 空间数据可视分析": "L7 Geospatial Visualization",
|
||||
"地理空间数据可视化": "Geospatial Data Visualization Analysis Framework",
|
||||
"L7 是由蚂蚁金服 AntV 数据可视化团队推出的基于WebGL的开源大规模地理空间数据可视分析开发框架。": "Large-scale WebGL-powered Geospatial data visualization analysis framework",
|
||||
"蚂蚁金服 AntV 数据可视化团队推出的基于 WebGL 的开源大规模地理空间数据可视分析开发框架。": "Large-scale WebGL-powered Geospatial data visualization analysis framework",
|
||||
"架构灵活且自由":"Flexible and Scalable",
|
||||
"业务专业且通用":"Simple and Universal",
|
||||
"视觉酷炫且动感":"Cool and Dynamic",
|
||||
|
|
|
@ -134,7 +134,7 @@ const IndexPage = () => {
|
|||
}
|
||||
title={t('L7 空间数据可视分析')}
|
||||
description={t(
|
||||
'L7 是由蚂蚁金服 AntV 数据可视化团队推出的基于WebGL的开源大规模地理空间数据可视分析开发框架。',
|
||||
'蚂蚁金服 AntV 数据可视化团队推出的基于 WebGL 的开源大规模地理空间数据可视分析开发框架。',
|
||||
)}
|
||||
buttons={bannerButtons}
|
||||
// notifications={notifications}
|
||||
|
|
Loading…
Reference in New Issue