mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-03-04 02:50:59 +08:00
feat: 文章title 修改
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user