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

@@ -11,10 +11,10 @@ public struct StorageFeatureView: View {
public var body: some View {
AtlasScreen(
title: "Storage",
subtitle: "Reserved list-based storage views for a future scope decision beyond the frozen MVP shell."
title: AtlasL10n.string("storage.screen.title"),
subtitle: AtlasL10n.string("storage.screen.subtitle")
) {
AtlasInfoCard(title: "Large Items") {
AtlasInfoCard(title: AtlasL10n.string("storage.largeItems.title")) {
VStack(alignment: .leading, spacing: 14) {
ForEach(insights) { insight in
HStack(alignment: .top, spacing: 12) {