yunzai-micro-plugin
Version:
Yunzai开发管理面板
19 lines (18 loc) • 411 B
TypeScript
export declare const pluginInfo: {
DIST_PATH: string;
DATA_PATH: string;
ROOT_PATH: string;
ROOT_NAME: string;
PUBLIC_PATH: string;
PLUGIN_NAME: string;
PLUGIN_VERSION: string;
PLUGIN_DESC: string;
PLUGIN_AUTHOR: string;
};
export declare const botInfo: {
WORK_PATH: string;
BOT_NAME: string;
BOT_VERSION: string;
BOT_DESC: string;
BOT_AUTHOR: string;
};