文章更新

This commit is contained in:
2025-09-29 03:24:19 -04:00
parent 3bb7ee6796
commit 7ac31a3984
4 changed files with 48 additions and 1 deletions

View File

@@ -45,7 +45,12 @@ const blockchain = defineNoteConfig({
sidebar: [
{ text: "区块链运维指南", link: "/ops/blockchain/" },
{
text: "区块链运维", prefix: "/blockchain", items: [
text: "区块链理论基础", items: [
{ text: "区块链的基本原理", link: "/ops/blockchain/theory/basic-principles/" },
]
},
{
text: "区块链运维", items: [
{ text: "区块链网络部署指南", link: "/ops/blockchain/deployment/" }
]
}