[Feature]
All checks were successful
Node.js CI / build-and-test (push) Successful in 25s

移除书签机制
更新了项目描述
增加对有章节作品阅读支持

[BugFix]
BetterHr 无法在 Markdown 显示的问题

[Base]
增加 Markdown 渲染锚点支持
This commit is contained in:
2025-05-18 13:33:39 +08:00
parent 9ef6da3efb
commit 4323acb4d6
13 changed files with 165 additions and 217 deletions

View File

@ -16,7 +16,6 @@
"compress-json": "^3.1.1",
"cookie-parser": "^1.4.7",
"express": "^5.1.0",
"idb": "^8.0.3",
"mdui": "^2.1.3",
"pinia": "^3.0.2",
"vue": "^3.5.13",
@ -26,6 +25,8 @@
"@vitejs/plugin-vue": "^5.2.4",
"@vitejs/plugin-vue-jsx": "^4.1.2",
"cross-env": "^7.0.3",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attrs": "^4.3.1",
"sass": "^1.88.0",
"vite": "^6.3.5",
"vite-plugin-md": "^0.21.5",