fix(ios): 学习方法行参数顺序修正

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
wangdl 2026-05-30 10:42:25 +08:00
parent 51f51692ef
commit 8f5b0ce9f1

View File

@ -37,7 +37,7 @@ struct SettingsView: View {
}.foregroundColor(.primary) }.foregroundColor(.primary)
ZXSettingDivider() ZXSettingDivider()
NavigationLink(value: Route.methodPreference) { 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) }.foregroundColor(.primary)
} }
.background(Color.zxFill004).clipShape(RoundedRectangle(cornerRadius: 20)) .background(Color.zxFill004).clipShape(RoundedRectangle(cornerRadius: 20))