This commit is contained in:
tanghc
2021-03-18 17:11:56 +08:00
parent 8cdb1fd031
commit 9188916926
13 changed files with 542 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
module.exports = {
// 继承默认主题https://www.vuepress.cn/theme/inheritance.html#%E5%8A%A8%E6%9C%BA
extend: '@vuepress/theme-default'
}