更新侧边栏和导航栏

This commit is contained in:
neochaojin
2025-02-24 16:46:01 +08:00
parent 214c55cfe9
commit 8430b21338
3 changed files with 20 additions and 12 deletions
+5 -1
View File
@@ -5,7 +5,11 @@ module.exports = [
{
text: '开源项目',
children: [
{ text: "TurboLink", link: "https://github.com/thejinchao/turbolink"}
{ text: "TurboLink", link: "https://github.com/thejinchao/turbolink"},
{text: "TinyEncrypt", link: 'https://github.com/thejinchao/TinyEncrypt' },
{text: "UnrealStyleGuide", link: 'https://github.com/thejinchao/ue5-style-guide' },
{text: "AxTrace", link: 'https://github.com/thejinchao/AxTrace' },
{text: "Cyclone", link: 'https://github.com/thejinchao/cyclone' }
]
},
{
+5 -1
View File
@@ -47,7 +47,11 @@ module.exports = [
text: '开源项目',
collapsible: true,
children: [
{text: "TurboLink", link: 'https://github.com/thejinchao/turbolink' }
{text: "TurboLink", link: 'https://github.com/thejinchao/turbolink' },
{text: "TinyEncrypt", link: 'https://github.com/thejinchao/TinyEncrypt' },
{text: "UnrealStyleGuide", link: 'https://github.com/thejinchao/ue5-style-guide' },
{text: "AxTrace", link: 'https://github.com/thejinchao/AxTrace' },
{text: "Cyclone", link: 'https://github.com/thejinchao/cyclone' }
],
},
{