diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/AppIcon.appiconset/logo.png b/AIStudyApp/AIStudyApp/Assets.xcassets/AppIcon.appiconset/logo.png index 995af9b..acdf631 100644 Binary files a/AIStudyApp/AIStudyApp/Assets.xcassets/AppIcon.appiconset/logo.png and b/AIStudyApp/AIStudyApp/Assets.xcassets/AppIcon.appiconset/logo.png differ diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-method.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-method.imageset/Contents.json deleted file mode 100644 index c92458a..0000000 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-method.imageset/Contents.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "images": [ - { - "filename": "icon-method.svg", - "idiom": "universal" - } - ], - "info": { - "author": "xcode", - "version": 1 - }, - "properties": { - "template-rendering-intent": "template", - "preserves-vector-representation": true - } -} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-method.imageset/icon-method.svg b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-method.imageset/icon-method.svg deleted file mode 100644 index b6d9645..0000000 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-method.imageset/icon-method.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/AIStudyApp/AIStudyApp/Features/Profile/SettingsView.swift b/AIStudyApp/AIStudyApp/Features/Profile/SettingsView.swift index 4601afe..15e89ac 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", color: Color.zxF05, isCustom: true) + ZXSettingRow(title: "学习方法偏好", value: "间隔回忆 · 费曼技巧", icon: "brain.head.profile", color: Color.zxF05) }.foregroundColor(.primary) } .background(Color.zxFill004).clipShape(RoundedRectangle(cornerRadius: 20))