feat: 文章title 修改

This commit is contained in:
Tim
2025-07-29 17:20:20 +08:00
parent 9ed47c727b
commit 23dc6a971c
2 changed files with 2 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ export default {
const defaultDescription = metaDescriptionEl ? metaDescriptionEl.getAttribute('content') : ''
watch(title, t => {
document.title = `OpenIsle -- ${t}`
document.title = `OpenIsle - ${t}`
})
watch(postContent, c => {