@__dirname/pixiv-web-api
Preparing search index...
discoveryArtworks
Function discoveryArtworks
discoveryArtworks
(
query
:
Query
<
{
limit
:
number
;
mode
:
"all"
|
"safe"
|
"r18"
}
>
,
)
:
Promise
<
{
illustSeries
:
any
[]
;
recommendedIllusts
:
{
illustId
:
string
;
recommendMethods
:
string
[]
;
recommendScore
:
number
;
recommendSeedIllustIds
:
string
[]
;
}
[]
;
requests
:
RequestItem
[]
;
tagTranslation
:
TagTranslation
;
thumbnails
:
Thumbnails
;
users
:
UserItem
[]
;
}
,
>
发现 推荐作品 插画、漫画
Parameters
query
:
Query
<
{
limit
:
number
;
mode
:
"all"
|
"safe"
|
"r18"
}
>
Returns
Promise
<
{
illustSeries
:
any
[]
;
recommendedIllusts
:
{
illustId
:
string
;
recommendMethods
:
string
[]
;
recommendScore
:
number
;
recommendSeedIllustIds
:
string
[]
;
}
[]
;
requests
:
RequestItem
[]
;
tagTranslation
:
TagTranslation
;
thumbnails
:
Thumbnails
;
users
:
UserItem
[]
;
}
,
>
Kind
public
See
https://www.pixiv.net/discovery
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@__dirname/pixiv-web-api
Loading...
发现 推荐作品 插画、漫画