fix: correct WeChat QR scan instructions
This commit is contained in:
@@ -339,7 +339,7 @@ describe('ChannelSettingsSection', () => {
|
|||||||
})
|
})
|
||||||
expect(
|
expect(
|
||||||
screen.getByText(
|
screen.getByText(
|
||||||
'请在微信中依次打开“设置 → ClawBot → 开始扫一扫”,扫描下方二维码。二维码不会发送到第三方页面。'
|
'请在微信中依次打开“设置 → 插件 → ClawBot → 开始扫一扫”,扫描下方二维码。二维码不会发送到第三方页面。'
|
||||||
)
|
)
|
||||||
).toBeInTheDocument()
|
).toBeInTheDocument()
|
||||||
await waitFor(() => expect(close).toHaveFocus())
|
await waitFor(() => expect(close).toHaveFocus())
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ export const integrations = {
|
|||||||
qr: {
|
qr: {
|
||||||
title: '绑定微信 ClawBot',
|
title: '绑定微信 ClawBot',
|
||||||
instructions:
|
instructions:
|
||||||
'请在微信中依次打开“设置 → ClawBot → 开始扫一扫”,扫描下方二维码。二维码不会发送到第三方页面。',
|
'请在微信中依次打开“设置 → 插件 → ClawBot → 开始扫一扫”,扫描下方二维码。二维码不会发送到第三方页面。',
|
||||||
close: '关闭微信绑定',
|
close: '关闭微信绑定',
|
||||||
imageAlt: '微信 ClawBot 绑定二维码',
|
imageAlt: '微信 ClawBot 绑定二维码',
|
||||||
generating: '正在生成二维码…',
|
generating: '正在生成二维码…',
|
||||||
|
|||||||
Reference in New Issue
Block a user