UNPKG

@quanhuzeyu/koishi-plugin-pixiv

Version:

指令:随机涩图,无需获取cookies等复杂操作,获取账号下的每日推荐

5 lines (4 loc) 150 B
import { Context } from "koishi"; export declare let started: boolean; declare function preInit(ctx: Context): Promise<void>; export default preInit;