mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2026-09-25 07:48:07 +03:00
代码语法高亮改为 VSCode 主题
This commit is contained in:
@@ -19,6 +19,11 @@ export default defineConfig({
|
||||
markdown: {
|
||||
lineNumbers: true,
|
||||
|
||||
theme: {
|
||||
dark: "dark-plus",
|
||||
light: "light-plus",
|
||||
},
|
||||
|
||||
config(md) {
|
||||
md.use(MermaidMarkdown);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user