feat: 完成 UI 基础层与核心页面迁移

This commit is contained in:
Wxw-Gu
2026-08-19 17:43:07 +08:00
parent a72ae49e2c
commit e9cc996ebb
62 changed files with 4279 additions and 5178 deletions
@@ -69,7 +69,9 @@ describe('export progress panel', () => {
const progressbar = screen.getByRole('progressbar', { name: '导出进度' })
expect(progressbar).toHaveAttribute('aria-valuenow', '31')
expect(progressbar.querySelector('span')).toHaveStyle({ width: '31%' })
expect(progressbar.querySelector('[data-slot="progress-indicator"]')).toHaveStyle({
transform: 'translateX(-69%)'
})
})
it('shows the current conversation and overall position for all export', () => {