Skip to content

Commit

Permalink
feat(site):update home page
Browse files Browse the repository at this point in the history
  • Loading branch information
pomelo-nwu committed Nov 17, 2019
1 parent aaadc0d commit d6a42be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion packages/graphin-site/site/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"自动布局": "Automatic layout",
"内置丰富的布局,支持布局切换,满足不同场景下的布局需求": "Built-in rich layout, support layout switching, to meet the layout needs of different scenarios",
"分析探索": "Analytical exploration",
"沉淀分析方法,内置分析组件,专注关系可视分析领域": "Precipitation analysis method, built-in analysis component, focus on relational visual analysis"
"沉淀分析方法,内置分析组件,专注关系可视分析领域": "Precipitation analysis method, built-in analysis component, focus on relational visual analysis",
"GraphinStudio 是基于 Graphin 开发的通用关系分析平台,具有关系扩散,关系发现,布局切换等功能": "GraphinStudio is a universal relational analysis platform developed by Graphin with features such as relationship diffusion, relationship discovery, layout switching, etc."
}
8 changes: 5 additions & 3 deletions packages/graphin-site/site/pages/index.zh.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ const IndexPage = () => {
const cases = [
{
logo: 'https://gw.alipayobjects.com/zos/basement_prod/f90e2f08-630b-4b02-8886-5c7c174a3fca.svg',
title: 'Graphin Stduio',
description: 'GraphinStudio是基于Graphin开发的通用关系分析平台,具有自动布局,关系扩散等功能',
link: 'zh/GraphinStudio',
title: t('Graphin Stduio'),
description: t(
'GraphinStudio 是基于 Graphin 开发的通用关系分析平台,具有关系扩散,关系发现,布局切换等功能',
),
link: `/${i18n.language}/GraphinStudio`,
image: 'https://gw.alipayobjects.com/mdn/rms_00edcb/afts/img/A*Y9y9QqfXYdkAAAAAAAAAAABkARQnAQ',
},
];
Expand Down

0 comments on commit d6a42be

Please sign in to comment.