From ab7f772072cca40cd308a2b6ac52b23866de0828 Mon Sep 17 00:00:00 2001 From: wangdl Date: Fri, 29 May 2026 19:54:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(ios):=20IOS-M1-07=20=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E9=A1=B5=E5=88=86=E7=BB=84=E8=A1=A5=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增「关于知习」分组标题 Co-Authored-By: Claude Opus 4.7 --- AIStudyApp/AIStudyApp/Features/Profile/SettingsView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/AIStudyApp/AIStudyApp/Features/Profile/SettingsView.swift b/AIStudyApp/AIStudyApp/Features/Profile/SettingsView.swift index e03658f..1e64848 100644 --- a/AIStudyApp/AIStudyApp/Features/Profile/SettingsView.swift +++ b/AIStudyApp/AIStudyApp/Features/Profile/SettingsView.swift @@ -99,6 +99,7 @@ struct SettingsView: View { Text("退出后需要重新登录") } + sectionHeader("关于知习") HStack(spacing: 4) { Text("知习 v1.0").font(.system(size: 12)).foregroundColor(Color.zxF03) }.padding(.bottom, 100)