@__dirname/pixiv-web-api
Preparing search index...
searchSuggestion
Function searchSuggestion
searchSuggestion
()
:
Promise
<
{
myFavoriteTags
:
{
ids
:
number
[]
;
tag
:
string
}
[]
;
popularTags
:
{
illust
:
{
ids
:
number
[]
;
tag
:
string
}
[]
;
novel
:
{
ids
:
number
[]
;
tag
:
string
}
[]
;
}
;
recommendByTags
:
{
ids
:
number
[]
;
tag
:
string
}
[]
;
recommendTags
:
{
ids
:
number
[]
;
tag
:
string
}
[]
;
tagTranslation
:
TagTranslation
;
thumbnails
:
Thumbnails
;
}
,
>
搜索框 搜索建议 (点击搜索框触发)
Returns
Promise
<
{
myFavoriteTags
:
{
ids
:
number
[]
;
tag
:
string
}
[]
;
popularTags
:
{
illust
:
{
ids
:
number
[]
;
tag
:
string
}
[]
;
novel
:
{
ids
:
number
[]
;
tag
:
string
}
[]
;
}
;
recommendByTags
:
{
ids
:
number
[]
;
tag
:
string
}
[]
;
recommendTags
:
{
ids
:
number
[]
;
tag
:
string
}
[]
;
tagTranslation
:
TagTranslation
;
thumbnails
:
Thumbnails
;
}
,
>
Kind
public
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@__dirname/pixiv-web-api
Loading...
搜索框 搜索建议 (点击搜索框触发)