更新文章

This commit is contained in:
2025-10-02 12:08:11 -04:00
parent e2c883233c
commit 9f28803260
2 changed files with 111 additions and 1 deletions

View File

@@ -51,7 +51,8 @@ const blockchain = defineNoteConfig({
},
{
text: "区块链运维", items: [
{ text: "区块链产品设计和基本部署", link: "/ops/blockchain/practice/basic-deployment/" }
{ text: "区块链产品设计和基本部署", link: "/ops/blockchain/practice/basic-deployment/" },
{ text: "区块链网络部署与管理", link: "/ops/blockchain/practice/node-deployment/" }
]
}
]