Skip to content

Commit b886257

Browse files
author
王允
committed
更新 openclaw 下显示的版本号
1 parent ae9d73c commit b886257

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

openclaw.plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "openclaw-github-trending",
33
"name": "GitHub Trending",
4-
"version": "1.0.0",
4+
"version": "1.1.1",
55
"description": "Fetch GitHub trending repositories and push to Feishu or Email with AI summaries",
66
"author": "王允",
77
"license": "MIT",

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,8 @@ Cron 表达式格式:
331331
params,
332332
configAvailable: !!pluginConfig,
333333
storageAvailable: !!storage,
334-
openclawConfigAvailable: !!openclawConfig
334+
openclawConfigAvailable: !!openclawConfig,
335+
channels: channels || []
335336
});
336337

337338
// Create a logger wrapper that logs to both OpenClaw logger and file

0 commit comments

Comments
 (0)