@__dirname/pixiv-web-api
Preparing search index...
genreNovel
Function genreNovel
genreNovel
(
genre
:
|
"all"
|
"romance"
|
"isekai_fantasy"
|
"contemporary_fantasy"
|
"mystery"
|
"horror"
|
"sci-fi"
|
"literature"
|
"drama"
|
"historical_pieces"
|
"bl"
|
"yuri"
|
"for_kids"
|
"poetry"
|
"non-fiction"
|
"screenplays"
|
"reviews"
|
"other"
,
query
?:
Query
<
{
mode
?:
string
}
>
,
)
:
Promise
<
{
extraData
:
ExtraData
;
illustSeries
:
any
[]
;
page
:
{
genrePageGender
:
string
;
pickupDate
:
string
;
pickupSeriesIds
:
`
${
number
}
`
[]
;
popularSeriesIds
:
`
${
number
}
`
[]
;
}
;
requests
:
RequestItem
[]
;
tagTranslation
:
TagTranslation
;
thumbnails
:
Thumbnails
;
users
:
UserItem
[]
;
zoneConfig
:
ZoneConfig
;
}
,
>
小说分类页面
Parameters
genre
:
|
"all"
|
"romance"
|
"isekai_fantasy"
|
"contemporary_fantasy"
|
"mystery"
|
"horror"
|
"sci-fi"
|
"literature"
|
"drama"
|
"historical_pieces"
|
"bl"
|
"yuri"
|
"for_kids"
|
"poetry"
|
"non-fiction"
|
"screenplays"
|
"reviews"
|
"other"
Optional
query
:
Query
<
{
mode
?:
string
}
>
Returns
Promise
<
{
extraData
:
ExtraData
;
illustSeries
:
any
[]
;
page
:
{
genrePageGender
:
string
;
pickupDate
:
string
;
pickupSeriesIds
:
`
${
number
}
`
[]
;
popularSeriesIds
:
`
${
number
}
`
[]
;
}
;
requests
:
RequestItem
[]
;
tagTranslation
:
TagTranslation
;
thumbnails
:
Thumbnails
;
users
:
UserItem
[]
;
zoneConfig
:
ZoneConfig
;
}
,
>
Kind
public
See
https://www.pixiv.net/genre/novel
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@__dirname/pixiv-web-api
Loading...
小说分类页面