docs(notes): fix review findings — translate zh note headings, point supersession at the Decision, pin caption absence

This commit is contained in:
creatixchu
2026-08-10 11:26:37 +08:00
parent b5934b6f7c
commit a3cf2617a8
6 changed files with 12 additions and 11 deletions

View File

@@ -242,6 +242,7 @@ describe('MessageItem arms', () => {
} as never}
/>,
)
expect(view.queryByText('插话')).toBeNull()
expect(view.getByText('steer!')).toBeTruthy()
expect(view.getByText(/附加内容块/)).toBeTruthy()
fireEvent.click(view.getByRole('button', { name: '复制' }))