UNPKG

@shangxueink/koishi-plugin-qq-markdown-button

Version:

[<ruby>**QQ机器人按钮菜单**<rp>(</rp><rt>点我查看使用说明</rt><rp>)</rp></ruby>](https://www.npmjs.com/package/@shangxueink/koishi-plugin-qq-markdown-button) 自用小插件咪~ 使用json文件设置你的机器人菜单这样就不需要一堆配置项还很烧脑了。自用插件哦~

11 lines (10 loc) 376 B
import { Context } from 'koishi'; import { Config, usage } from './config'; import type { Config as PluginConfig } from './types'; export declare const name = "qq-markdown-button"; export declare const reusable = true; export declare const inject: { optional: string[]; }; export { Config, usage }; export declare function apply(ctx: Context, config: PluginConfig): void;