Files
CleanMM/Packages/AtlasApplication
zhukang d3ca6d18dc feat: add in-app update checker, enhance About page and project metadata
- Add AtlasUpdateChecker with GitHub Releases API integration
- Add AtlasVersionComparator for semantic version comparison
- Add AboutUpdateToolbarButton with popover update UI
- Enhance AboutFeatureView with social QR codes and layout refinements
- Add CHANGELOG.md and CODE_OF_CONDUCT.md
- Rebrand project files from Mole to Atlas for Mac
- Update build script to support version/build number injection
- Add installation guide to README
- Add bilingual localization strings for update feature
- Add unit tests for update checker and version comparator
2026-03-11 20:07:26 +08:00
..

AtlasApplication

Responsibility

  • Use cases and orchestration interfaces
  • Structured application-layer coordination between the app shell and worker boundary

Planned Use Cases

  • StartScan
  • PreviewPlan
  • ExecutePlan
  • RestoreItems
  • InspectPermissions

Current Scaffold

  • AtlasWorkspaceController turns structured worker responses into app-facing scan, preview, and permission outputs.
  • AtlasWorkerServing defines the worker boundary without leaking UI concerns into infrastructure.