update
This commit is contained in:
@@ -15,7 +15,7 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
head: [
|
head: [
|
||||||
["link", { rel: "icon", type: "image/x-icon", href: "/favicon.ico" }],
|
["link", { rel: "icon", type: "image/x-icon", href: "/favicon.ico" }],
|
||||||
["link", { rel: "stylesheet", href: "。/style.css" }],
|
["link", { rel: "stylesheet", href: "/style.css" }],
|
||||||
],
|
],
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
// https://vitepress.dev/reference/default-theme-config
|
// https://vitepress.dev/reference/default-theme-config
|
||||||
@@ -23,8 +23,9 @@ 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: "/web/index.md" },
|
||||||
{ text: "数媒理论", link: "/digital-media/00/index.md" },
|
{ text: "数媒理论", link: "/digital-media/index.md" },
|
||||||
|
{ text: "Python 编程理论", link: "/python/index.md" },
|
||||||
{ text: "计算机速成课", link: "/crash-course/00/index.md" },
|
{ text: "计算机速成课", link: "/crash-course/00/index.md" },
|
||||||
],
|
],
|
||||||
sidebar: {
|
sidebar: {
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
# 数字媒体
|
|
||||||
3847
digital-media/index.md
Normal file
3847
digital-media/index.md
Normal file
File diff suppressed because it is too large
Load Diff
3514
python/index.md
Normal file
3514
python/index.md
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1 +0,0 @@
|
|||||||
# HTML 基础
|
|
||||||
1059
web/index.md
Normal file
1059
web/index.md
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user