[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

@ -14,6 +14,7 @@ export function createApp() {
app
.component('ClientOnly', ClientOnly)
.component('Hr', Hr)
.component('BetterHr', Hr)
.component('Form', Form)
return { app, pinia }
}