diff --git a/Packages/AtlasDomain/Sources/AtlasDomain/Resources/en.lproj/Localizable.strings b/Packages/AtlasDomain/Sources/AtlasDomain/Resources/en.lproj/Localizable.strings index 3ce5e12..a5ef199 100644 --- a/Packages/AtlasDomain/Sources/AtlasDomain/Resources/en.lproj/Localizable.strings +++ b/Packages/AtlasDomain/Sources/AtlasDomain/Resources/en.lproj/Localizable.strings @@ -584,15 +584,15 @@ "about.screen.subtitle" = "The person and vision behind Atlas for Mac."; "about.author.title" = "Developer"; "about.author.name" = "Lizi KK"; -"about.author.role" = "Ex-Baidu & Alibaba Tech Lead · Hands On AI Coding"; -"about.author.bio" = "Built Atlas from 0 to 1 solo. Every line is AI-assisted, but passed through human decision-making, taste, and architectural judgment."; +"about.author.role" = "Ex-Baidu & Alibaba Tech Lead · atomstorm.ai Founder"; +"about.author.bio" = "Built Atlas with AI Coding. Every line is AI-assisted, but passed through human decision-making, taste, and architectural judgment."; "about.author.quote" = "AI is incredibly powerful hands and feet, but you must be the clear-headed brain."; "about.product.title" = "Also by the Developer"; "about.product.name" = "AtomStorm Studio"; "about.product.detail" = "AI Agent-powered design platform — from idea to presentations, landing pages, and posters in minutes."; "about.product.visit" = "Visit AtomStorm Studio"; "about.opensource.title" = "Open Source"; -"about.opensource.name" = "Atlas for Mac (Mole Installer)"; +"about.opensource.name" = "Atlas for Mac (CleanMyPc)"; "about.opensource.detail" = "This project is open source. Star, fork, or contribute on GitHub."; "about.opensource.visit" = "View on GitHub"; "about.social.title" = "Follow Me"; diff --git a/Packages/AtlasDomain/Sources/AtlasDomain/Resources/zh-Hans.lproj/Localizable.strings b/Packages/AtlasDomain/Sources/AtlasDomain/Resources/zh-Hans.lproj/Localizable.strings index 3ae212a..258577a 100644 --- a/Packages/AtlasDomain/Sources/AtlasDomain/Resources/zh-Hans.lproj/Localizable.strings +++ b/Packages/AtlasDomain/Sources/AtlasDomain/Resources/zh-Hans.lproj/Localizable.strings @@ -584,15 +584,15 @@ "about.screen.subtitle" = "Atlas for Mac 背后的开发者与愿景。"; "about.author.title" = "关于作者"; "about.author.name" = "Lizi KK"; -"about.author.role" = "前百度 & 阿里技术负责人 · AI 全栈独立开发"; -"about.author.bio" = "从 0 到 1 独立构建 Atlas。每一行代码都由 AI 辅助,但都经过了人的决策、审美和架构判断。"; +"about.author.role" = "前百度 & 阿里技术高P · atomstorm.ai Founder"; +"about.author.bio" = "使用 AI Coding 构建 Atlas。每一行代码都由 AI 辅助,但都经过了人的决策、审美和架构判断。"; "about.author.quote" = "AI 是极其强大的手和脚,但你必须做那个头脑清醒的大脑。"; "about.product.title" = "作者的其他产品"; "about.product.name" = "AtomStorm Studio"; "about.product.detail" = "AI Agent 驱动的设计创作平台——从想法到演示文稿、落地页和海报,几分钟搞定。"; "about.product.visit" = "访问 AtomStorm Studio"; "about.opensource.title" = "开源项目"; -"about.opensource.name" = "Atlas for Mac (Mole Installer)"; +"about.opensource.name" = "Atlas for Mac (CleanMyPc)"; "about.opensource.detail" = "本项目已开源。欢迎在 GitHub 上 Star、Fork 或参与贡献。"; "about.opensource.visit" = "在 GitHub 上查看"; "about.social.title" = "关注作者"; diff --git a/Packages/AtlasFeaturesAbout/Sources/AtlasFeaturesAbout/AboutFeatureView.swift b/Packages/AtlasFeaturesAbout/Sources/AtlasFeaturesAbout/AboutFeatureView.swift index ca38465..06fa1d8 100644 --- a/Packages/AtlasFeaturesAbout/Sources/AtlasFeaturesAbout/AboutFeatureView.swift +++ b/Packages/AtlasFeaturesAbout/Sources/AtlasFeaturesAbout/AboutFeatureView.swift @@ -68,7 +68,7 @@ public struct AboutFeatureView: View { systemImage: "chevron.left.forwardslash.chevron.right" ) - Link(destination: URL(string: "https://github.com/CSZHK/mole-installer")!) { + Link(destination: URL(string: "https://github.com/CSZHK/CleanMyPc")!) { Text(AtlasL10n.string("about.opensource.visit")) .frame(maxWidth: .infinity) }