升级:vitepress 1.0.0-alpha.66 => 1.0.0-alpha.75
This commit is contained in:
@@ -3,8 +3,8 @@ import type { MarkdownOptions } from 'vitepress';
|
||||
export const markdown: MarkdownOptions = {
|
||||
// Shiki主题, 所有主题参见: https://github.com/shikijs/shiki/blob/main/docs/themes.md
|
||||
theme: {
|
||||
light: 'one-dark-pro',
|
||||
dark: 'material-theme-palenight'
|
||||
light: 'github-light',
|
||||
dark: 'github-dark-dimmed'
|
||||
},
|
||||
// lineNumbers: true, // 启用行号
|
||||
|
||||
|
Reference in New Issue
Block a user