feat: update README assets, refine feature views and design tokens

Replace incorrect README icon with actual Atlas app icon, add new
screenshots (about, settings, privilege), improve feature view
responsiveness and empty states, adjust design system brand tokens
and localization strings, add icon generation script.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
zhukang
2026-03-11 16:40:28 +08:00
parent 365bf77ca6
commit 96168fa24f
21 changed files with 901 additions and 852 deletions

View File

@@ -9,7 +9,9 @@ final class AtlasDomainTests: XCTestCase {
func testPrimaryRoutesMatchFrozenMVP() {
XCTAssertEqual(
AtlasRoute.allCases.map(\.title),
AtlasRoute.allCases
.filter { $0 != .about }
.map(\.title),
["概览", "智能清理", "应用", "历史", "权限", "设置"]
)
}