File tree Expand file tree Collapse file tree 2 files changed +18
-8
lines changed Expand file tree Collapse file tree 2 files changed +18
-8
lines changed Original file line number Diff line number Diff line change @@ -98,11 +98,6 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
9898 icon : 'mdi:github' ,
9999 link : '/open-source-community'
100100 } ,
101- {
102- text : '用户登记' ,
103- icon : 'mdi:user-check' ,
104- link : '/users'
105- } ,
106101 ]
107102 } ,
108103 {
@@ -213,6 +208,11 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
213208 icon : 'healthicons:question' ,
214209 link : '/questions'
215210 } ,
211+ {
212+ text : '用户登记' ,
213+ icon : 'mdi:user-check' ,
214+ link : '/users'
215+ } ,
216216 {
217217 text : '社区团队' ,
218218 icon : 'fa-solid:user-friends' ,
Original file line number Diff line number Diff line change 22title : 社区开源
33---
44
5- ::: center
6- ## 作者正在翘首以盼的等着投喂🥹,这里是你的 Show Time 时刻!
7- :::
5+ 作者正在翘首以盼的等着投喂🥹,这里是你的 Show Time 时刻!
6+
7+ ## Rust
8+
9+ <CardGrid >
10+ <RepoCard repo =" eginner01/fastapi_best_architecture_rust " :fullname =" false " />
11+ </CardGrid >
12+
13+ ## Go
14+
15+ <CardGrid >
16+ <RepoCard repo =" eginner01/fastapi_best_architecture_go " :fullname =" false " />
17+ </CardGrid >
You can’t perform that action at this time.
0 commit comments