This commit is contained in:
2025-12-29 00:15:20 +08:00
parent ff9b8d6a87
commit a95f624fa2
24 changed files with 405 additions and 290 deletions

View File

@@ -71,7 +71,7 @@ export default defineNuxtConfig({
colorMode: {
classSuffix: "",
preference: "dark",
preference: "system",
fallback: "light",
},
@@ -80,10 +80,14 @@ export default defineNuxtConfig({
build: {
markdown: {
toc: {
depth: 3,
depth: 4,
},
highlight: {
theme: "dracula",
theme: {
default: "github-light",
dark: "github-dark",
light: "github-light",
},
langs: ["c"],
},
remarkPlugins: {