There was an error while loading. Please reload this page.
1 parent ddc7332 commit 51078c8Copy full SHA for 51078c8
6 files changed
components/footer/index.tsx
@@ -10,11 +10,11 @@ const linkGroups = [
10
{
11
title: "核心项目",
12
links: [
13
- {label: "IoTSharp", link: "/IoTSharp/"},
14
- {label: "SonnetDB", link: "/SonnetDB/"},
15
- {label: "IoTCoWork", link: "/IoTCoWork/"},
16
- {label: "IoTEdge", link: "/IoTEdge/"},
17
- {label: "IoTEmBASIC", link: "/IoTEmBASIC/"}
+ {label: "IoTSharp", link: "/iotsharp/"},
+ {label: "SonnetDB", link: "/sonnetdb/"},
+ {label: "IoTCoWork", link: "/iotcowork/"},
+ {label: "IoTEdge", link: "/iotedge/"},
+ {label: "IoTEmBASIC", link: "/iotembasic/"}
18
]
19
},
20
components/navbar/index.tsx
@@ -13,11 +13,11 @@ export interface INavBarProps {
const navLinks = [
{label: "首页", href: "/"},
- {label: "IoTSharp", href: "/IoTSharp/"},
- {label: "SonnetDB", href: "/SonnetDB/"},
- {label: "IoTCoWork", href: "/IoTCoWork/"},
- {label: "IoTEdge", href: "/IoTEdge/"},
- {label: "IoTEmBASIC", href: "/IoTEmBASIC/"},
+ {label: "IoTSharp", href: "/iotsharp/"},
+ {label: "SonnetDB", href: "/sonnetdb/"},
+ {label: "IoTCoWork", href: "/iotcowork/"},
+ {label: "IoTEdge", href: "/iotedge/"},
+ {label: "IoTEmBASIC", href: "/iotembasic/"},
21
{label: "更多项目", href: "/projects/"},
22
{label: "企业服务", href: "https://iotsharp.net/console"}
23
];
0 commit comments