style: 调整移动端视觉

This commit is contained in:
2026-08-14 22:40:26 +08:00
parent 555135aedb
commit d7bbb7b70b
5 changed files with 19 additions and 14 deletions

View File

@@ -41,7 +41,7 @@ const {data:posts} = await http.get<ApiResponse<Post[]>>("posts/search", {
const count = posts.length
const pageTitle =
f_count === 0 ? "所有文章" : [findCategory?.name, findTag?.name,]
f_count === 0 ? "所有文章" : [findCategory?.name, findTag?.name]
.filter(Boolean)
.join(" · ")