fix: correct WeChat QR scan instructions

This commit is contained in:
lofyer
2026-08-14 00:00:06 +08:00
parent 0309ff8734
commit 11f84ec0cf
2 changed files with 2 additions and 2 deletions
@@ -339,7 +339,7 @@ describe('ChannelSettingsSection', () => {
})
expect(
screen.getByText(
'请在微信中依次打开“设置 → ClawBot → 开始扫一扫”,扫描下方二维码。二维码不会发送到第三方页面。'
'请在微信中依次打开“设置 → 插件 → ClawBot → 开始扫一扫”,扫描下方二维码。二维码不会发送到第三方页面。'
)
).toBeInTheDocument()
await waitFor(() => expect(close).toHaveFocus())
@@ -82,7 +82,7 @@ export const integrations = {
qr: {
title: '绑定微信 ClawBot',
instructions:
'请在微信中依次打开“设置 → ClawBot → 开始扫一扫”,扫描下方二维码。二维码不会发送到第三方页面。',
'请在微信中依次打开“设置 → 插件 → ClawBot → 开始扫一扫”,扫描下方二维码。二维码不会发送到第三方页面。',
close: '关闭微信绑定',
imageAlt: '微信 ClawBot 绑定二维码',
generating: '正在生成二维码…',