This commit is contained in:
2025-09-16 18:29:15 +08:00
parent 1c9bd19c78
commit 6fb6683b0b
3 changed files with 4 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ export default defineConfig({
nav: [ nav: [
{ text: "首页", link: "/" }, { text: "首页", link: "/" },
{ text: "编程基础", link: "/basic/manual/book/index.md" }, { text: "编程基础", link: "/basic/manual/book/index.md" },
{ text: "网页理论", link: "/web/00/index.md" },
{ text: "数媒理论", link: "/digital-media/00/index.md" },
{ text: "计算机速成课", link: "/crash-course/00/index.md" }, { text: "计算机速成课", link: "/crash-course/00/index.md" },
], ],
sidebar: { sidebar: {

View File

@@ -0,0 +1 @@
# 数字媒体

1
web/00/index.md Normal file
View File

@@ -0,0 +1 @@
# HTML 基础