feat: 自定义vitepress主题

This commit is contained in:
ppst
2023-06-07 10:12:18 +08:00
commit 004d027777
69 changed files with 5952 additions and 0 deletions

4
.prettierrc Normal file
View File

@@ -0,0 +1,4 @@
semi: false
singleQuote: true
printWidth: 80
trailingComma: none