From 602919dc1850494fb8665d0577e2130b577b6d01 Mon Sep 17 00:00:00 2001 From: hotyue <52734432+hotyue@users.noreply.github.com> Date: Fri, 17 Apr 2026 14:43:27 +0000 Subject: [PATCH] =?UTF-8?q?fix(master):=20=E4=BF=AE=E6=AD=A3=20send=5Fui?= =?UTF-8?q?=20=E5=87=BD=E6=95=B0=E7=9A=84=20JSON=20=E8=BD=BD=E8=8D=B7?= =?UTF-8?q?=E6=8D=A2=E8=A1=8C=E7=AC=A6=E4=B8=BA=20\n=EF=BC=8C=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E5=B8=A6=E6=8C=89=E9=92=AE=E9=9D=A2=E6=9D=BF=E7=9A=84?= =?UTF-8?q?=E6=8E=92=E7=89=88=E4=B9=B1=E7=A0=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- master/tg_master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master/tg_master.sh b/master/tg_master.sh index fd59b2b..83f0759 100755 --- a/master/tg_master.sh +++ b/master/tg_master.sh @@ -474,7 +474,7 @@ while true; do ota_confirm:*) TARGET_NODE=$(echo "${TEXT#*:}" | tr -cd 'a-zA-Z0-9_.-') CONFIRM_BTNS="[[{\"text\":\"🚨 确认执行远程升级\",\"callback_data\":\"ota_execute:$TARGET_NODE\"}], [{\"text\":\"取消\",\"callback_data\":\"adv:$TARGET_NODE\"}]]" - send_ui "$CHAT_ID" "☢️ **操作确认**:即将向 \`$TARGET_NODE\` 下发 OTA 热更新指令。%0A节点更新完成后会自动发送包含新版本号的注册回执,确定执行?" "$CONFIRM_BTNS" + send_ui "$CHAT_ID" "☢️ **操作确认**:即将向 \`$TARGET_NODE\` 下发 OTA 热更新指令。\n节点更新完成后会自动发送包含新版本号的注册回执,确定执行?" "$CONFIRM_BTNS" ;; ota_execute:*)