提交 1f96eaef 编写于 作者: V vben

chore: format site title #268

上级 58940930
......@@ -124,7 +124,7 @@ function setDocumentTitle(title: string) {
export function setTitle(title: string, appTitle?: string) {
if (title) {
const _title = title ? ` ${title}-${appTitle} ` : `${appTitle}`;
const _title = title ? ` ${title} - ${appTitle} ` : `${appTitle}`;
setDocumentTitle(_title);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册