fix(ios): 学习方法行参数顺序修正
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
51f51692ef
commit
8f5b0ce9f1
@ -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))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user