-
-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
98 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,112 +1,102 @@ | ||
import { navbar } from "vuepress-theme-hope"; | ||
import {navbar} from "vuepress-theme-hope"; | ||
|
||
export const enNavbar = navbar([ | ||
{ | ||
text: "Get start", | ||
link: "/en/guide/getstarted/start", | ||
icon: "start1", | ||
}, | ||
{ | ||
text: "Features", | ||
link: "/en/guide/features/README.md", | ||
icon: "featuresNew", | ||
}, | ||
{ | ||
text: "Script", | ||
link: "/en/guide/script", | ||
icon: "code-box-fill", | ||
}, | ||
{ | ||
text: "What's New", | ||
link: "/en/guide/history", | ||
icon: "changelog", | ||
}, | ||
{ | ||
text: "Buy", | ||
link: "/en/guide/buy", | ||
icon: "buy", | ||
}, | ||
{ | ||
text: "Version", | ||
link: "/en/guide/versionCompare", | ||
icon: "versionCompare", | ||
}, | ||
{ | ||
text: "🔥 Teamwork", | ||
link: "/en/guide/teamwork", | ||
// icon: "teamwork", | ||
}, | ||
{ | ||
text: "Contact us", | ||
link: "/en/guide/concatGroup", | ||
// icon: "teamwork", | ||
}, | ||
{ | ||
text: "Faq", | ||
link: "/en/guide/faq", | ||
// icon: "teamwork", | ||
}, | ||
// { | ||
// text: "More", | ||
// children: [], | ||
// }, | ||
{ | ||
text: "Get start", | ||
link: "/en/guide/getstarted/start", | ||
icon: "start1", | ||
}, | ||
{ | ||
text: "Features", | ||
link: "/en/guide/features/README.md", | ||
icon: "featuresNew", | ||
}, | ||
{ | ||
text: "Script", | ||
link: "/en/guide/script", | ||
icon: "code-box-fill", | ||
}, | ||
{ | ||
text: "What's New", | ||
link: "/en/guide/history", | ||
icon: "changelog", | ||
}, | ||
{ | ||
text: "Buy", | ||
icon: "buy", | ||
children: ["/en/guide/buy","/en/guide/versionCompare"], | ||
}, | ||
{ | ||
text: "🔥 Teamwork", | ||
link: "/en/guide/teamwork", | ||
// icon: "teamwork", | ||
}, | ||
{ | ||
text: "Contact us", | ||
link: "/en/guide/concatGroup", | ||
// icon: "teamwork", | ||
}, | ||
{ | ||
text: "🎯 Faq", | ||
link: "/en/guide/faq", | ||
// icon: "teamwork", | ||
}, | ||
// { | ||
// text: "More", | ||
// children: [], | ||
// }, | ||
]); | ||
|
||
export const zhNavbar = navbar([ | ||
{ | ||
text: "快速开始", | ||
link: "/guide/getstarted/start", | ||
icon: "start1", | ||
}, | ||
{ | ||
text: "功能", | ||
link: "/guide/features/README.md", | ||
icon: "featuresNew", | ||
}, | ||
{ | ||
text: "脚本", | ||
link: "/guide/script", | ||
icon: "code-box-fill", | ||
}, | ||
{ | ||
text: "最新变化", | ||
link: "/guide/history", | ||
icon: "changelog", | ||
}, | ||
{ | ||
text: "购买", | ||
link: "/guide/buy", | ||
icon: "buy", | ||
}, | ||
{ | ||
text: "版本", | ||
link: "/guide/versionCompare", | ||
icon: "versionCompare", | ||
}, | ||
{ | ||
text: "视频教程", | ||
link: "/guide/teachingVideo", | ||
icon: "bilibili", | ||
}, | ||
{ | ||
text: "🔥 团队协作", | ||
// icon: "teamwork", | ||
link: "/guide/teamwork", | ||
}, | ||
{ | ||
text: "🎯 群聊", | ||
link: "/guide/concatGroup", | ||
}, | ||
{ | ||
text: "FAQ", | ||
link: "/guide/faq", | ||
}, | ||
{ | ||
text: "Java资源", | ||
link: "/guide/java", | ||
}, | ||
{ | ||
text: "更多", | ||
children: ["/guide/link", "/guide/sponsorList", "/guide/activity"], | ||
}, | ||
{ | ||
text: "快速上手", | ||
link: "/guide/getstarted/start", | ||
icon: "start1", | ||
}, | ||
{ | ||
text: "功能", | ||
link: "/guide/features/README.md", | ||
icon: "featuresNew", | ||
}, | ||
{ | ||
text: "脚本", | ||
link: "/guide/script", | ||
icon: "code-box-fill", | ||
}, | ||
{ | ||
text: "最新变化", | ||
link: "/guide/history", | ||
icon: "changelog", | ||
}, | ||
{ | ||
text: "购买", | ||
icon: "buy", | ||
children: ["/guide/buy", "/guide/versionCompare"], | ||
}, | ||
{ | ||
text: "视频教程", | ||
link: "/guide/teachingVideo", | ||
icon: "bilibili", | ||
}, | ||
{ | ||
text: "🔥 团队协作", | ||
// icon: "teamwork", | ||
link: "/guide/teamwork", | ||
}, | ||
{ | ||
text: "👥 群聊", | ||
link: "/guide/concatGroup", | ||
}, | ||
{ | ||
text: "🎯 FAQ", | ||
link: "/guide/faq", | ||
}, | ||
{ | ||
text: "友链", | ||
link: "/guide/link", | ||
}, | ||
{ | ||
text: "更多", | ||
children: ["/guide/sponsorList", "/guide/activity", "/guide/java"], | ||
}, | ||
]); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters