Skip to content

Commit 9ba3b18

Browse files
archer-clawarcher
andauthored
feat: 更新导航菜单 - 移除企业一体机,新增学习中心,调整菜单顺序 (#160)
* fix: prevent language switcher dropdown from overflowing on mobile * feat: 更新导航菜单,去掉企业一体机,增加学习中心 * feat: 调整导航菜单顺序为:定价、文档、学习中心 * feat: 添加日语菜单学习中心入口 * fix: resolve remaining conflict markers in LangSwitcher.tsx * revert: 撤销 LangSwitcher.tsx 变更,使用 upstream 主版本 --------- Co-authored-by: archer <archer@archerdeMac-mini.local>
1 parent 599450a commit 9ba3b18

3 files changed

Lines changed: 16 additions & 8 deletions

File tree

src/locales/en.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@
66
"videoDark": "/images/video/en/video_dark.png"
77
},
88
"links": [
9+
{
10+
"label": "Pricing",
11+
"href": "/price"
12+
},
913
{
1014
"label": "Docs",
1115
"href": "https://doc.fastgpt.io/"
1216
},
1317
{
14-
"label": "Pricing",
15-
"href": "/price"
18+
"label": "Learning Center",
19+
"href": "https://video.fastgpt.cn/videos"
1620
}
1721
],
1822
"Hero": {

src/locales/ja.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
{
1414
"label": "ドキュメント",
1515
"href": "https://doc.fastgpt.io/"
16+
},
17+
{
18+
"label": "学習センター",
19+
"href": "https://video.fastgpt.cn/videos"
1620
}
1721
],
1822
"Hero": {

src/locales/zh.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
"videoDark": "/images/video/zh/video_dark.png"
77
},
88
"links": [
9-
{
10-
"label": "文档",
11-
"href": "https://doc.fastgpt.io/docs/introduction"
12-
},
139
{
1410
"label": "定价",
1511
"href": "/price"
1612
},
1713
{
18-
"label": "企业一体机",
19-
"href": "/enterprise"
14+
"label": "文档",
15+
"href": "https://doc.fastgpt.io/docs/introduction"
16+
},
17+
{
18+
"label": "学习中心",
19+
"href": "https://video.fastgpt.cn/videos"
2020
}
2121
],
2222
"Hero": {

0 commit comments

Comments
 (0)