@sumeai/sumeclaw 1.0.21 → 1.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14,7 +14,7 @@ exports.default = (0, channel_core_1.defineChannelPluginEntry)({
|
|
|
14
14
|
/**
|
|
15
15
|
* ✅ 核心:插件启动自动连接
|
|
16
16
|
*/
|
|
17
|
-
async
|
|
17
|
+
async onReady(ctx) {
|
|
18
18
|
const { api, cfg } = ctx;
|
|
19
19
|
console.log("[sumeclaw] 🚀 插件启动");
|
|
20
20
|
const accounts = cfg?.channels?.sumeclaw?.accounts || {};
|