添加登录功能

This commit is contained in:
2025-02-28 16:20:58 +08:00
parent 81706fc48d
commit 28abe1b429
13 changed files with 181 additions and 14 deletions

View File

@@ -41,10 +41,11 @@ marked.use(
marked.use(alert({ variants: alertVariants }))
const template = `<div class="markedown-body-preview">{preview}</div>`
marked.use(preview({template}))
marked.use(preview({ template }))
const app = createApp(App)
const naive = create()
app.use(naive)
app.use(router)
app.mount("#app")