Add vibey onboarding, queue controls, and ambient reader modes

This commit is contained in:
Anthony
2025-11-27 21:31:28 +08:00
parent 7d1826e44f
commit bd029ad9f1
4 changed files with 418 additions and 120 deletions

View File

@@ -53,4 +53,7 @@ export interface ReaderSettings {
lineHeight: 'normal' | 'relaxed' | 'loose';
fontFamily: 'sans' | 'serif' | 'mono';
autoScroll: boolean;
readingTone: 'clean' | 'sepia' | 'night';
pageWidth: 'cozy' | 'standard' | 'wide';
zenMode: boolean;
}