fix: update About tab copy — GitHub URL, author role, and bio wording
- GitHub link → https://github.com/CSZHK/CleanMyPc - Author role → atomstorm.ai Founder (ZH: 技术高P) - Bio → "Built with AI Coding" instead of "from 0 to 1" - Open-source project name → CleanMyPc Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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" = "关注作者";
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user