We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77df18 commit 8f5ebfeCopy full SHA for 8f5ebfe
1 file changed
components/footer/index.tsx
@@ -56,12 +56,12 @@ const Footer: FC<IFooterProps> = ({}) => {
56
"links": {
57
"data": [
58
{
59
- "label": "Demo",
60
- "link": "http://demo.iotsharp.net/"
+ "label": "演示",
+ "link": "http://iotsharp.online/"
61
},
62
63
- "label": "Docs",
64
- "link": "https://docs.iotsharp.io/",
+ "label": "文档",
+ "link": "https://iotsharp.gitee.io/",
65
66
]
67
}
@@ -89,8 +89,8 @@ const Footer: FC<IFooterProps> = ({}) => {
89
"label": "QQ",
90
"link": "https://jq.qq.com/?_wv=1027&k=u1ZzTmVd"
91
}, {
92
- "label": "微博",
93
- "link": "https://weibo.com/iotsharp"
+ "label": "企微",
+ "link": "https://iotsharp.gitee.io/img/qyqun.jpg"
94
95
"label": "Discord",
96
"link": "https://discord.com/invite/My6PaTmUvu"
0 commit comments