This commit is contained in:
2023-06-25 13:08:06 +08:00
parent bbb86041b4
commit 9fe9cc938a
8 changed files with 12 additions and 13 deletions

View File

@@ -5,6 +5,7 @@ import { isDark } from "./shared/composables/dark"
import hljs from "highlight.js/lib/core"
import c from "highlight.js/lib/languages/c"
import python from "highlight.js/lib/languages/python"
import "./index.css"
const theme = computed(() => (isDark.value ? darkTheme : null))