9 lines
211 B
TypeScript
9 lines
211 B
TypeScript
import {defineNoteConfig} from "vuepress-theme-plume";
|
|
|
|
export default defineNoteConfig({
|
|
dir: '大学百科',
|
|
link: '/campus-wiki/',
|
|
sidebar: [
|
|
'/campis-life/申请学生邮箱.md',
|
|
]
|
|
}) |