style: 调整移动端视觉
This commit is contained in:
@@ -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(" · ")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user