mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 12:56:28 +08:00
5 lines
153 B
JavaScript
5 lines
153 B
JavaScript
module.exports = {
|
||
// 继承默认主题,https://www.vuepress.cn/theme/inheritance.html#%E5%8A%A8%E6%9C%BA
|
||
extend: '@vuepress/theme-default'
|
||
}
|