两个小问题 #2714
两个小问题
#2714
-
QQ 绑定的手机号找不回了,登不上QQ,在这里说下我这两天遇到的问题,我对前端不熟悉,不确实是 Bug 还是因为其他的原因。 |
Beta Was this translation helpful? Give feedback.
Answered by
Mister-Hope
Jan 27, 2023
Replies: 1 comment 1 reply
-
searchProPlugin({
indexContent: true,
hotReload: true,
customFields: [
{
getter: ({
frontmatter,
}: Page<Record<string, unknown>, { tag?: string[] }>) =>
frontmatter.tag || null,
formatter: `Tag: $content`,
},
],
}), searchProPlugin({
indexContent: true,
hotReload: true,
customFields: [
{
getter: ({ frontmatter }) => frontmatter.tag as string[],
formatter: `Tag: $content`,
},
],
}), |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Mister-Hope
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
frontmatter.category
type should be unless you tell it.