Add web conversation outline (#534)

This commit is contained in:
NightWatcher314
2026-04-27 21:19:11 +08:00
committed by GitHub
parent c9ff7f9de3
commit d66547ff46
14 changed files with 473 additions and 9 deletions
+4 -1
View File
@@ -81,8 +81,11 @@ describe('SettingsPage', () => {
getItem: vi.fn(() => 'en'),
setItem: vi.fn(),
removeItem: vi.fn(),
clear: vi.fn(),
key: vi.fn(() => null),
length: 0,
}
Object.defineProperty(window, 'localStorage', { value: localStorageMock })
Object.defineProperty(window, 'localStorage', { value: localStorageMock, configurable: true })
})
it('renders the About section', () => {