From 11f84ec0cfa65fe89712ca77c3c2354a4853c0ab Mon Sep 17 00:00:00 2001 From: lofyer Date: Fri, 14 Aug 2026 00:00:06 +0800 Subject: [PATCH] fix: correct WeChat QR scan instructions --- src/renderer/src/ChannelSettingsSection.test.tsx | 2 +- src/renderer/src/i18n/locales/zh-CN/integrations.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/renderer/src/ChannelSettingsSection.test.tsx b/src/renderer/src/ChannelSettingsSection.test.tsx index 605644f..d4d9e09 100644 --- a/src/renderer/src/ChannelSettingsSection.test.tsx +++ b/src/renderer/src/ChannelSettingsSection.test.tsx @@ -339,7 +339,7 @@ describe('ChannelSettingsSection', () => { }) expect( screen.getByText( - '请在微信中依次打开“设置 → ClawBot → 开始扫一扫”,扫描下方二维码。二维码不会发送到第三方页面。' + '请在微信中依次打开“设置 → 插件 → ClawBot → 开始扫一扫”,扫描下方二维码。二维码不会发送到第三方页面。' ) ).toBeInTheDocument() await waitFor(() => expect(close).toHaveFocus()) diff --git a/src/renderer/src/i18n/locales/zh-CN/integrations.ts b/src/renderer/src/i18n/locales/zh-CN/integrations.ts index a429e64..508b35b 100644 --- a/src/renderer/src/i18n/locales/zh-CN/integrations.ts +++ b/src/renderer/src/i18n/locales/zh-CN/integrations.ts @@ -82,7 +82,7 @@ export const integrations = { qr: { title: '绑定微信 ClawBot', instructions: - '请在微信中依次打开“设置 → ClawBot → 开始扫一扫”,扫描下方二维码。二维码不会发送到第三方页面。', + '请在微信中依次打开“设置 → 插件 → ClawBot → 开始扫一扫”,扫描下方二维码。二维码不会发送到第三方页面。', close: '关闭微信绑定', imageAlt: '微信 ClawBot 绑定二维码', generating: '正在生成二维码…',