Files
english/docs/.vitepress/config.ts
2025-11-04 15:26:48 +08:00

46 lines
1.5 KiB
TypeScript

export default {
lang: 'zh-CN',
title: '考研英语资料库',
description: '考研英语写作与阅读资料汇总',
lastUpdated: true,
cleanUrls: true,
themeConfig: {
nav: [
{ text: '写作总览', link: '/英语作文-总20241122' },
{ text: '阅读主题词', link: '/阅读真题主题词' },
{ text: '做题技巧', link: '/英语做题技巧' }
],
sidebar: [
{
text: '写作资料',
items: [
{ text: '写作总览', link: '/英语作文-总20241122' },
{ text: '作文主题词与原因分析', link: '/作文主题词即原因分析' },
{ text: '作文例句', link: '/作文例句' },
{ text: '因果关系短语', link: '/因果关系短语' },
//{ text: '图表作文批改润色助手 Prompt', link: '/图表作文批改润色助手prompt' },
{ text: '英语作文打印版', link: '/英语作文-打印版' },
{ text: '英语作文背诵版', link: '/英语作文-背诵版' }
]
},
{
text: '阅读与技巧',
items: [
{ text: '阅读真题主题词', link: '/阅读真题主题词' },
{ text: '英语做题技巧', link: '/英语做题技巧' }
]
}
],
outline: {
level: [2, 3],
label: '本页提要'
},
docFooter: {
prev: '上一页',
next: '下一页'
},
returnToTopLabel: '返回顶部',
lastUpdatedText: '最后更新'
}
}