feat: 新增 QQBot CLI 配置向导

This commit is contained in:
sliverp
2026-01-29 10:42:04 +08:00
parent 7098f9f007
commit e25ec64611
3 changed files with 300 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ export default plugin;
export { qqbotPlugin } from "./src/channel.js";
export { setQQBotRuntime, getQQBotRuntime } from "./src/runtime.js";
export { qqbotOnboardingAdapter } from "./src/onboarding.js";
export * from "./src/types.js";
export * from "./src/api.js";
export * from "./src/config.js";