Files
CleanMM/Apps
zhukang 8116eee6c1
Some checks failed
Atlas Acceptance / acceptance (push) Has been cancelled
Atlas Native / build-native (push) Has been cancelled
Landing Page / Build (release) Has been cancelled
Landing Page / Deploy (release) Has been cancelled
feat(landing): glassmorphism visual upgrade with dark/light theme toggle
Comprehensive visual overhaul of the Atlas Landing Site:
- Dual-theme token system with light mode support via [data-theme="light"]
- Glassmorphism + glow effects across all components (blur, gradient borders, glow shadows)
- Theme toggle in navbar with localStorage persistence and system preference detection
- Hero section: aurora glow orbs, gradient headline, floating screenshot animation
- Animated gradient CTA buttons, glass card hover effects with gradient border reveal
- Stagger scroll reveal animations, noise texture overlay, section gradient backgrounds
- All 18 component files updated, no new files created
2026-03-27 23:17:53 +08:00
..
2026-03-23 19:50:18 +08:00

Apps

This directory contains user-facing application targets.

Current Entry

  • AtlasApp/ hosts the main native macOS shell.
  • Package.swift exposes the app shell as a SwiftPM executable target for local iteration.
  • The app shell now wires fallback health, Smart Clean, app inventory, and helper integrations through the structured worker path.
  • Root project.yml can regenerate Atlas.xcodeproj with xcodegen generate for native app packaging and installer production.