加入Header
This commit is contained in:
tangly1024
2021-12-22 21:44:05 +08:00
parent b83566e4f4
commit efd1b0b2c5
10 changed files with 123 additions and 34 deletions

View File

@@ -6,7 +6,7 @@
* @param tagOptions tags的下拉选项
* @returns {Promise<{}|*[]>}
*/
export async function getAllTags ({ allPosts, sliceCount = 16, tagOptions }) {
export async function getAllTags ({ allPosts, sliceCount = 12, tagOptions }) {
if (!allPosts) {
return []
}