yunzai-micro-plugin
Version:
Yunzai开发管理面板
305 lines (304 loc) • 5.74 kB
TypeScript
export declare const bot: {
log_level: {
desc: string;
value: string;
type: string;
};
ignore_self: {
desc: string;
value: boolean;
type: string;
};
resend: {
desc: string;
value: boolean;
type: string;
};
sendmsg_error: {
desc: string;
value: boolean;
type: string;
};
restart_port: {
desc: string;
value: number;
type: string;
};
ffmpeg_path: {
desc: string;
value: any;
type: string;
};
ffprobe_path: {
desc: string;
value: any;
type: string;
};
chromium_path: {
desc: string;
value: any;
type: string;
};
puppeteer_ws: {
desc: string;
value: any;
type: string;
};
puppeteer_timeout: {
desc: string;
value: any;
type: string;
};
proxyAddress: {
desc: string;
value: any;
type: string;
};
online_msg: {
desc: string;
value: boolean;
type: string;
};
online_msg_exp: {
desc: string;
value: number;
type: string;
};
skip_login: {
desc: string;
value: boolean;
type: string;
};
sign_api_addr: {
desc: string;
value: any;
type: string;
};
ver: {
desc: string;
value: any;
type: string;
};
};
export declare const group: {
default: {
groupGlobalCD: {
desc: string;
value: number;
type: string;
};
singleCD: {
desc: string;
value: number;
type: string;
};
onlyReplyAt: {
desc: string;
value: number;
type: string;
};
botAlias: {
desc: string;
value: string[];
type: string;
subType: string;
};
imgAddLimit: {
desc: string;
value: number;
type: string;
};
imgMaxSize: {
desc: string;
value: number;
type: string;
};
addPrivate: {
desc: string;
value: number;
type: string;
};
enable: {
desc: string;
value: any;
type: string;
};
disable: {
desc: string;
value: string[];
type: string;
subType: string;
};
};
123456: {
groupGlobalCD: {
desc: string;
value: number;
type: string;
};
singleCD: {
desc: string;
value: number;
type: string;
};
};
};
export declare const notice: {
iyuu: {
desc: string;
value: any;
type: string;
};
sct: {
desc: string;
value: any;
type: string;
};
feishu_webhook: {
desc: string;
value: any;
type: string;
};
};
export declare const other: {
autoFriend: {
desc: string;
value: number;
type: string;
};
autoQuit: {
desc: string;
value: number;
type: string;
};
masterQQ: {
desc: string;
value: number[];
type: string;
subType: string;
};
disableGuildMsg: {
desc: string;
value: boolean;
type: string;
};
disablePrivate: {
desc: string;
value: boolean;
type: string;
};
disableMsg: {
desc: string;
value: string;
type: string;
};
disableAdopt: {
desc: string;
value: string[];
type: string;
subType: string;
};
whiteGroup: {
desc: string;
value: any;
type: string;
subType: string;
};
whiteQQ: {
desc: string;
value: any;
type: string;
subType: string;
};
blackGroup: {
desc: string;
value: number[];
type: string;
subType: string;
};
blackQQ: {
desc: string;
value: number[];
type: string;
subType: string;
};
};
export declare const puppeteer: {
chromiumPath: {
desc: string;
value: any;
type: string;
};
puppeteerWS: {
desc: string;
value: any;
type: string;
};
headless: {
desc: string;
value: string;
type: string;
};
args: {
desc: string;
value: string[];
type: string;
subType: string;
};
puppeteerTimeout: {
desc: string;
value: any;
type: string;
};
};
export declare const qq: {
qq: {
desc: string;
value: any;
type: string;
};
pwd: {
desc: string;
value: any;
type: string;
};
platform: {
desc: string;
value: number;
type: string;
};
};
export declare const redis: {
host: {
desc: string;
value: string;
type: string;
};
port: {
desc: string;
value: number;
type: string;
};
username: {
desc: string;
value: any;
type: string;
};
password: {
desc: string;
value: any;
type: string;
};
db: {
desc: string;
value: number;
type: string;
};
};
export declare const renderer: {
name: {
desc: string;
value: any;
type: string;
};
};