Skip to content

Commit de8206e

Browse files
committed
perf: update links
1 parent fe474a6 commit de8206e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/pages/links/index.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@ const linksData: LinkItem[] = [
3030
url: 'https://open.oceanbase.com/',
3131
logo: 'https://img.hellogithub.com/links/oceanbase.png',
3232
},
33+
{
34+
name: 'Monibuca',
35+
url: 'https://m7s.live/',
36+
logo: 'https://img.hellogithub.com/links/monibuca.jpeg',
37+
},
38+
{
39+
name: 'SwanLab',
40+
url: 'https://swanlab.cn/',
41+
logo: 'https://img.hellogithub.com/links/swanlab.png',
42+
},
3343
];
3444

3545
const LinksPage: NextPage = () => {

0 commit comments

Comments
 (0)