From 8f5b0ce9f16136f14fc994185b0cf0a9c2df41b6 Mon Sep 17 00:00:00 2001 From: wangdl Date: Sat, 30 May 2026 10:42:25 +0800 Subject: [PATCH] =?UTF-8?q?fix(ios):=20=E5=AD=A6=E4=B9=A0=E6=96=B9?= =?UTF-8?q?=E6=B3=95=E8=A1=8C=E5=8F=82=E6=95=B0=E9=A1=BA=E5=BA=8F=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AIStudyApp/AIStudyApp/Features/Profile/SettingsView.swift b/AIStudyApp/AIStudyApp/Features/Profile/SettingsView.swift index 1d23fab..4601afe 100644 --- a/AIStudyApp/AIStudyApp/Features/Profile/SettingsView.swift +++ b/AIStudyApp/AIStudyApp/Features/Profile/SettingsView.swift @@ -37,7 +37,7 @@ struct SettingsView: View { }.foregroundColor(.primary) ZXSettingDivider() NavigationLink(value: Route.methodPreference) { - ZXSettingRow(title: "学习方法偏好", value: "间隔回忆 · 费曼技巧", icon: "icon-method", isCustom: true, color: Color.zxF05) + ZXSettingRow(title: "学习方法偏好", value: "间隔回忆 · 费曼技巧", icon: "icon-method", color: Color.zxF05, isCustom: true) }.foregroundColor(.primary) } .background(Color.zxFill004).clipShape(RoundedRectangle(cornerRadius: 20))