Skip to content

Commit 8f5ebfe

Browse files
authored
Update footer links and labels to Chinese
1 parent a77df18 commit 8f5ebfe

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

components/footer/index.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ const Footer: FC<IFooterProps> = ({}) => {
5656
"links": {
5757
"data": [
5858
{
59-
"label": "Demo",
60-
"link": "http://demo.iotsharp.net/"
59+
"label": "演示",
60+
"link": "http://iotsharp.online/"
6161
},
6262
{
63-
"label": "Docs",
64-
"link": "https://docs.iotsharp.io/",
63+
"label": "文档",
64+
"link": "https://iotsharp.gitee.io/",
6565
},
6666
]
6767
}
@@ -89,8 +89,8 @@ const Footer: FC<IFooterProps> = ({}) => {
8989
"label": "QQ",
9090
"link": "https://jq.qq.com/?_wv=1027&k=u1ZzTmVd"
9191
}, {
92-
"label": "微博",
93-
"link": "https://weibo.com/iotsharp"
92+
"label": "企微",
93+
"link": "https://iotsharp.gitee.io/img/qyqun.jpg"
9494
}, {
9595
"label": "Discord",
9696
"link": "https://discord.com/invite/My6PaTmUvu"

0 commit comments

Comments
 (0)