From a0c06763c9b598477169c463b80f17385c623979 Mon Sep 17 00:00:00 2001 From: Orion Date: Fri, 8 May 2026 23:49:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(core):=20=F0=9F=A9=B9=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=20tg-bot.js=20=E4=B8=AD=E7=9A=84=E5=BC=82=E5=B8=B8=E6=96=87?= =?UTF-8?q?=E6=9C=AC=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除文件中的无意义字符串 yixia,恢复代码或配置文件的正确格式。该变更属于非关键性的简单修复。 --- telegram/tg-bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram/tg-bot.js b/telegram/tg-bot.js index 5178ee6..4b2df9b 100644 --- a/telegram/tg-bot.js +++ b/telegram/tg-bot.js @@ -1213,7 +1213,7 @@ async function handleEdit(msg, env) { const newTxt = msg.text || msg.caption || "[非文本]"; const logText = `✏️ 消息修改\n前: ${escape(old?.text||"?")}\n后: ${escape(newTxt)}`; -yixia + await api(env.BOT_TOKEN, "sendMessage", { chat_id: env.ADMIN_GROUP_ID, message_thread_id: u.topic_id,