拆分阅读和写作模块

This commit is contained in:
2025-10-22 11:13:21 +08:00
parent 086835d409
commit b734f403b3
4 changed files with 23 additions and 6 deletions

View File

@@ -54,7 +54,12 @@ const english = defineNoteConfig({
},
{
text: "阅读与写作", prefix: "/reading-writing", items: [
{ text: "阅读写作提升", link: "/subject/english/reading-writing/" }
{ text: "阅读提升", link: "/subject/english/reading-writing/" }
]
},
{
text: "写译", prefix: "/writing-translation", items: [
{ text: "写作与翻译指南", link: "/subject/english/writing-translation/" }
]
},
{