File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,16 @@ export default defineUserConfig({
41
41
docsDir : 'docs' ,
42
42
social : [
43
43
{ icon : 'github' , link : 'https://github.com/fastapi-practices/fastapi_best_architecture' } ,
44
+ {
45
+ icon : {
46
+ svg : `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M11.984 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12a12 12 0 0 0 12-12A12 12 0 0 0 12 0zm6.09 5.333c.328 0 .593.266.592.593v1.482a.594.594 0 0 1-.593.592H9.777c-.982 0-1.778.796-1.778 1.778v5.63c0 .327.266.592.593.592h5.63c.982 0 1.778-.796 1.778-1.778v-.296a.593.593 0 0 0-.592-.593h-4.15a.59.59 0 0 1-.592-.592v-1.482a.593.593 0 0 1 .593-.592h6.815c.327 0 .593.265.593.592v3.408a4 4 0 0 1-4 4H5.926a.593.593 0 0 1-.593-.593V9.778a4.444 4.444 0 0 1 4.445-4.444h8.296Z"/></svg>` ,
47
+ name : 'gitee'
48
+ } ,
49
+ link : 'https://gitee.com/wu_clan/fastapi_best_architecture'
50
+ } ,
44
51
{ icon : 'discord' , link : 'https://discord.com/invite/yNN3wTbVAC' }
45
52
] ,
46
- // navbarSocialInclude: ['github'],
53
+ navbarSocialInclude : [ 'github' , 'gitee' , 'discord '] ,
47
54
editLinkText : '在 GitHub 上编辑此页面' ,
48
55
lastUpdated : false ,
49
56
contributors : false ,
You can’t perform that action at this time.
0 commit comments