@__dirname/pixiv-web-api
Preparing search index...
rpcCps
Function rpcCps
rpcCps
(
query
:
Query
<
{
keyword
:
string
}
>
,
)
:
Promise
<
{
candidates
:
{
access_count
:
string
;
tag_name
:
string
;
tag_translation
:
string
;
type
:
string
;
}
[]
;
}
,
>
搜索框 (onInput 触发搜索联想)
Parameters
query
:
Query
<
{
keyword
:
string
}
>
Returns
Promise
<
{
candidates
:
{
access_count
:
string
;
tag_name
:
string
;
tag_translation
:
string
;
type
:
string
;
}
[]
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@__dirname/pixiv-web-api
Loading...
搜索框 (onInput 触发搜索联想)