创建 Linux 和 区块链 运维的样例

This commit is contained in:
2025-09-28 08:03:21 -04:00
parent 12fdf56539
commit 3bb7ee6796
7 changed files with 512 additions and 52 deletions

View File

@@ -26,6 +26,19 @@ export default defineNavbarConfig([
},
],
},
{
text: '运维',
items: [
{
text: '区块链运维',
link: '/ops/blockchain/',
},
{
text: 'Linux 运维',
link: '/ops/linux/',
},
],
},
{
text: '工具',
link: '/tools/',