koishi-plugin-tmp-bot
Version:
欧洲卡车模拟2 TMP查询插件,不会部署的可以直接使用此机器人->QQ:3523283907
15 lines (14 loc) • 439 B
TypeScript
import { Context, Schema } from 'koishi';
export declare const name = "tmp-bot";
export declare const inject: {
required: string[];
optional: string[];
};
export interface Config {
baiduTranslateEnable: boolean;
baiduTranslateAppId: string;
baiduTranslateKey: string;
baiduTranslateCacheEnable: boolean;
}
export declare const Config: Schema<Config>;
export declare function apply(ctx: Context, cfg: Config): void;