Fix 404 for README-based section pages in Express router

Resolve directory README.html paths for nav links like 周易 and 中医宝典.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-05 16:53:31 +08:00
parent 68d816b3f3
commit c4f1fb94a1
3 changed files with 36 additions and 16 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export default defineConfig({
themeConfig: {
nav: [
{ text: '首页', link: '/' },
{ text: '五行', link: '/金、木、水、火、土%20-%20五行/' },
{ text: '五行', link: '/金、木、水、火、土 - 五行/' },
{ text: '道德经', link: '/道德经/01' },
{ text: '周易', link: '/周易/' },
{ text: '中医', link: '/中医宝典/' },