From ddf6b63aec039996faa86cd343c72938f3c6745f Mon Sep 17 00:00:00 2001 From: cc <98377878+hicccc77@users.noreply.github.com> Date: Fri, 10 Apr 2026 20:34:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8F=8F=E8=BF=B0=E6=96=87?= =?UTF-8?q?=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/SettingsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/SettingsPage.tsx b/src/pages/SettingsPage.tsx index 5c13eb1..0e9015a 100644 --- a/src/pages/SettingsPage.tsx +++ b/src/pages/SettingsPage.tsx @@ -2872,7 +2872,7 @@ function SettingsPage({ onClose }: SettingsPageProps = {}) { type="password" className="field-input" style={{ width: '100%' }} - placeholder="110201543:AAHdqTcvCH1vGWJxfSeofSAs0K5PALDsaw" + placeholder="在此处填入你的 Telegram Bot Token" value={aiInsightTelegramToken} onChange={(e) => { const val = e.target.value