feat: integrate 5 charity modules + scrollable desktop + dock autohide

This commit is contained in:
Antigravity AI
2026-06-03 14:00:29 +08:00
commit f1f717cbcb
50 changed files with 10166 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import type { WallpaperOption } from '../types'
export const WALLPAPERS: WallpaperOption[] = [
{ id: 'default', label: 'Desert Gold', swatchClass: 'swatch-default' },
{ id: 'teal', label: 'Teal Sea', swatchClass: 'swatch-teal' },
{ id: 'gold', label: 'Rich Gold', swatchClass: 'swatch-gold' },
{ id: 'sapphire', label: 'Sapphire', swatchClass: 'swatch-sapphire' },
]