File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ export const zhNav = [
2020 text : "问 AI 🤖" ,
2121 link : "https://deepwiki.com/MaaXYZ/MaaFramework" ,
2222 } ,
23+ {
24+ text : "MaaHub" ,
25+ link : "https://hub.maafw.com/" ,
26+ } ,
2327] ;
2428
2529export const enNav = [
@@ -47,4 +51,8 @@ export const enNav = [
4751 text : "Ask AI 🤖" ,
4852 link : "https://deepwiki.com/MaaXYZ/MaaFramework" ,
4953 } ,
54+ {
55+ text : "MaaHub" ,
56+ link : "https://hub.maafw.com/" ,
57+ } ,
5058] ;
Original file line number Diff line number Diff line change 7070 " class =" nav-link" >{{ lang === "zh" ? "社区" : "Community" }}</a >
7171 <a href =" https://deepwiki.com/MaaXYZ/MaaFramework" target =" _blank" rel =" noopener noreferrer"
7272 class =" nav-link ai-link" >{{ lang === "zh" ? "问 AI" : "Ask AI" }}</a >
73+ <a href =" https://hub.maafw.com/" target =" _blank" rel =" noopener noreferrer"
74+ class =" nav-link" >MaaHub</a >
7375 <a href =" https://github.com/MaaXYZ/MaaFramework" target =" _blank" rel =" noopener noreferrer"
7476 class =" nav-link" >GitHub</a >
7577 </div >
115117 <span class =" link-icon" >🤖</span >
116118 <span class =" link-text" >{{ lang === "zh" ? "问 AI" : "Ask AI" }}</span >
117119 </a >
118- <a href =" https://github. com/MaaXYZ/MaaFramework " target =" _blank" rel =" noopener noreferrer"
120+ <a href =" https://hub.maafw. com/" target =" _blank" rel =" noopener noreferrer"
119121 class =" mobile-nav-link" @click =" closeMobileMenu" :style =" { '--delay': '0.25s' }" >
122+ <span class =" link-icon" >🌐</span >
123+ <span class =" link-text" >MaaHub</span >
124+ </a >
125+ <a href =" https://github.com/MaaXYZ/MaaFramework" target =" _blank" rel =" noopener noreferrer"
126+ class =" mobile-nav-link" @click =" closeMobileMenu" :style =" { '--delay': '0.3s' }" >
120127 <span class =" link-icon" >⭐</span >
121128 <span class =" link-text" >GitHub</span >
122129 </a >
You can’t perform that action at this time.
0 commit comments