fix(cron): replace hardcoded channel name in no-delivery-targets message (#744)

This commit is contained in:
paisley
2026-04-02 13:37:49 +08:00
committed by GitHub
Unverified
parent 7e2c4d3835
commit c14bdfa204
4 changed files with 4 additions and 4 deletions

View File

@@ -54,7 +54,7 @@
"deliveryTargetGroupDefault": "推荐",
"deliveryTargetGroupUsers": "用户",
"deliveryTargetGroupChats": "群聊",
"noDeliveryTargets": "当前飞书账号暂无可选投递目标。",
"noDeliveryTargets": "当前 {{channel}} 账号暂无可选投递目标。",
"deliveryTargetPlaceholder": "输入该通道的投递目标",
"deliveryTargetPlaceholderFeishu": "例如user:ou_xxx 或 chat:oc_xxx",
"deliveryTargetDesc": "这里会直接写入 OpenClaw 的 delivery.to。",