From d1a03ff72eeb7f8c1a5ef512937aeb4ed5018858 Mon Sep 17 00:00:00 2001 From: wangdl Date: Sat, 30 May 2026 10:34:38 +0800 Subject: [PATCH] =?UTF-8?q?fix(ios):=20=E6=89=80=E6=9C=89=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E5=85=B3=E9=97=AD=20template=20=E6=B8=B2=E6=9F=93?= =?UTF-8?q?=EF=BC=8C=E4=BF=9D=E7=95=99=E9=BB=91+=E7=81=B0=E5=8E=9F?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- .../Icons/icon-agreement.imageset/Contents.json | 16 +++++++++++++++- .../Icons/icon-bell-off.imageset/Contents.json | 16 +++++++++++++++- .../Icons/icon-bell-on.imageset/Contents.json | 16 +++++++++++++++- .../Icons/icon-camera.imageset/Contents.json | 16 +++++++++++++++- .../Icons/icon-check.imageset/Contents.json | 16 +++++++++++++++- .../icon-chevron-left.imageset/Contents.json | 16 +++++++++++++++- .../icon-chevron-right.imageset/Contents.json | 16 +++++++++++++++- .../Icons/icon-download.imageset/Contents.json | 16 +++++++++++++++- .../Icons/icon-goal.imageset/Contents.json | 16 +++++++++++++++- .../Icons/icon-help.imageset/Contents.json | 16 +++++++++++++++- .../Icons/icon-language.imageset/Contents.json | 16 +++++++++++++++- .../Icons/icon-logout.imageset/Contents.json | 16 +++++++++++++++- .../Icons/icon-moon.imageset/Contents.json | 16 +++++++++++++++- .../icon-notifications.imageset/Contents.json | 16 +++++++++++++++- .../Icons/icon-pause.imageset/Contents.json | 16 +++++++++++++++- .../Icons/icon-play.imageset/Contents.json | 16 +++++++++++++++- .../Icons/icon-plus.imageset/Contents.json | 16 +++++++++++++++- .../Icons/icon-privacy.imageset/Contents.json | 16 +++++++++++++++- .../Icons/icon-search.imageset/Contents.json | 16 +++++++++++++++- .../Icons/icon-settings.imageset/Contents.json | 16 +++++++++++++++- .../Icons/icon-sun.imageset/Contents.json | 16 +++++++++++++++- .../Icons/icon-trash.imageset/Contents.json | 16 +++++++++++++++- .../Icons/icon-upload.imageset/Contents.json | 16 +++++++++++++++- .../tab-analysis-active.imageset/Contents.json | 16 +++++++++++++++- .../Icons/tab-analysis.imageset/Contents.json | 16 +++++++++++++++- .../tab-learn-active.imageset/Contents.json | 17 +++++++++++------ .../Icons/tab-learn.imageset/Contents.json | 17 +++++++---------- .../tab-library-active.imageset/Contents.json | 16 +++++++++++++++- .../Icons/tab-library.imageset/Contents.json | 16 +++++++++++++++- .../tab-profile-active.imageset/Contents.json | 16 +++++++++++++++- .../Icons/tab-profile.imageset/Contents.json | 16 +++++++++++++++- 31 files changed, 453 insertions(+), 45 deletions(-) diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-agreement.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-agreement.imageset/Contents.json index aa5d624..3f64d92 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-agreement.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-agreement.imageset/Contents.json @@ -1 +1,15 @@ -{"images":[{"filename":"icon-agreement.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"template-rendering-intent":"template","preserves-vector-representation":true}} +{ + "images": [ + { + "filename": "icon-agreement.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "preserves-vector-representation": true + } +} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-bell-off.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-bell-off.imageset/Contents.json index 0b35717..390b192 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-bell-off.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-bell-off.imageset/Contents.json @@ -1 +1,15 @@ -{"images":[{"filename":"icon-bell-off.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"template-rendering-intent":"template","preserves-vector-representation":true}} +{ + "images": [ + { + "filename": "icon-bell-off.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "preserves-vector-representation": true + } +} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-bell-on.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-bell-on.imageset/Contents.json index 9bedf78..7c63676 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-bell-on.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-bell-on.imageset/Contents.json @@ -1 +1,15 @@ -{"images":[{"filename":"icon-bell-on.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"template-rendering-intent":"template","preserves-vector-representation":true}} +{ + "images": [ + { + "filename": "icon-bell-on.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "preserves-vector-representation": true + } +} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-camera.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-camera.imageset/Contents.json index eaa3baa..96434c0 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-camera.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-camera.imageset/Contents.json @@ -1 +1,15 @@ -{"images":[{"filename":"icon-camera.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"template-rendering-intent":"template","preserves-vector-representation":true}} +{ + "images": [ + { + "filename": "icon-camera.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "preserves-vector-representation": true + } +} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-check.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-check.imageset/Contents.json index 0bdd6c2..acc1916 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-check.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-check.imageset/Contents.json @@ -1 +1,15 @@ -{"images":[{"filename":"icon-check.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"template-rendering-intent":"template","preserves-vector-representation":true}} +{ + "images": [ + { + "filename": "icon-check.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "preserves-vector-representation": true + } +} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-chevron-left.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-chevron-left.imageset/Contents.json index ee8220d..120ce6e 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-chevron-left.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-chevron-left.imageset/Contents.json @@ -1 +1,15 @@ -{"images":[{"filename":"icon-chevron-left.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"template-rendering-intent":"template","preserves-vector-representation":true}} +{ + "images": [ + { + "filename": "icon-chevron-left.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "preserves-vector-representation": true + } +} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-chevron-right.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-chevron-right.imageset/Contents.json index f476b9f..119ab98 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-chevron-right.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-chevron-right.imageset/Contents.json @@ -1 +1,15 @@ -{"images":[{"filename":"icon-chevron-right.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"template-rendering-intent":"template","preserves-vector-representation":true}} +{ + "images": [ + { + "filename": "icon-chevron-right.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "preserves-vector-representation": true + } +} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-download.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-download.imageset/Contents.json index 6b6ac4a..9a6649c 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-download.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-download.imageset/Contents.json @@ -1 +1,15 @@ -{"images":[{"filename":"icon-download.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"template-rendering-intent":"template","preserves-vector-representation":true}} +{ + "images": [ + { + "filename": "icon-download.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "preserves-vector-representation": true + } +} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-goal.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-goal.imageset/Contents.json index 0bc30d9..91a3f3d 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-goal.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-goal.imageset/Contents.json @@ -1 +1,15 @@ -{"images":[{"filename":"icon-goal.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"template-rendering-intent":"template","preserves-vector-representation":true}} +{ + "images": [ + { + "filename": "icon-goal.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "preserves-vector-representation": true + } +} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-help.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-help.imageset/Contents.json index bf99733..075f23c 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-help.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-help.imageset/Contents.json @@ -1 +1,15 @@ -{"images":[{"filename":"icon-help.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"template-rendering-intent":"template","preserves-vector-representation":true}} +{ + "images": [ + { + "filename": "icon-help.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "preserves-vector-representation": true + } +} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-language.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-language.imageset/Contents.json index f87e7c8..708f57d 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-language.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-language.imageset/Contents.json @@ -1 +1,15 @@ -{"images":[{"filename":"icon-language.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"template-rendering-intent":"template","preserves-vector-representation":true}} +{ + "images": [ + { + "filename": "icon-language.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "preserves-vector-representation": true + } +} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-logout.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-logout.imageset/Contents.json index 9d958b0..478b935 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-logout.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-logout.imageset/Contents.json @@ -1 +1,15 @@ -{"images":[{"filename":"icon-logout.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"template-rendering-intent":"template","preserves-vector-representation":true}} +{ + "images": [ + { + "filename": "icon-logout.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "preserves-vector-representation": true + } +} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-moon.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-moon.imageset/Contents.json index 4552af7..24cb65f 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-moon.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-moon.imageset/Contents.json @@ -1 +1,15 @@ -{"images":[{"filename":"icon-moon.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"template-rendering-intent":"template","preserves-vector-representation":true}} +{ + "images": [ + { + "filename": "icon-moon.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "preserves-vector-representation": true + } +} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-notifications.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-notifications.imageset/Contents.json index 96fc13d..a391d6b 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-notifications.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-notifications.imageset/Contents.json @@ -1 +1,15 @@ -{"images":[{"filename":"icon-notifications.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"template-rendering-intent":"template","preserves-vector-representation":true}} +{ + "images": [ + { + "filename": "icon-notifications.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "preserves-vector-representation": true + } +} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-pause.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-pause.imageset/Contents.json index 95cfd92..966f463 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-pause.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-pause.imageset/Contents.json @@ -1 +1,15 @@ -{"images":[{"filename":"icon-pause.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"template-rendering-intent":"template","preserves-vector-representation":true}} +{ + "images": [ + { + "filename": "icon-pause.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "preserves-vector-representation": true + } +} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-play.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-play.imageset/Contents.json index b20c33b..a9ff9ce 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-play.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-play.imageset/Contents.json @@ -1 +1,15 @@ -{"images":[{"filename":"icon-play.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"template-rendering-intent":"template","preserves-vector-representation":true}} +{ + "images": [ + { + "filename": "icon-play.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "preserves-vector-representation": true + } +} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-plus.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-plus.imageset/Contents.json index a9ad7a7..1eb2427 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-plus.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-plus.imageset/Contents.json @@ -1 +1,15 @@ -{"images":[{"filename":"icon-plus.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"template-rendering-intent":"template","preserves-vector-representation":true}} +{ + "images": [ + { + "filename": "icon-plus.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "preserves-vector-representation": true + } +} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-privacy.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-privacy.imageset/Contents.json index d999fbf..1177aa7 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-privacy.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-privacy.imageset/Contents.json @@ -1 +1,15 @@ -{"images":[{"filename":"icon-privacy.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"template-rendering-intent":"template","preserves-vector-representation":true}} +{ + "images": [ + { + "filename": "icon-privacy.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "preserves-vector-representation": true + } +} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-search.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-search.imageset/Contents.json index 7299af4..df5f365 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-search.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-search.imageset/Contents.json @@ -1 +1,15 @@ -{"images":[{"filename":"icon-search.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"template-rendering-intent":"template","preserves-vector-representation":true}} +{ + "images": [ + { + "filename": "icon-search.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "preserves-vector-representation": true + } +} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-settings.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-settings.imageset/Contents.json index 5d40c73..580f4bf 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-settings.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-settings.imageset/Contents.json @@ -1 +1,15 @@ -{"images":[{"filename":"icon-settings.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"template-rendering-intent":"template","preserves-vector-representation":true}} +{ + "images": [ + { + "filename": "icon-settings.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "preserves-vector-representation": true + } +} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-sun.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-sun.imageset/Contents.json index 18a08d2..27675ab 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-sun.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-sun.imageset/Contents.json @@ -1 +1,15 @@ -{"images":[{"filename":"icon-sun.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"template-rendering-intent":"template","preserves-vector-representation":true}} +{ + "images": [ + { + "filename": "icon-sun.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "preserves-vector-representation": true + } +} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-trash.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-trash.imageset/Contents.json index 880e7ca..c93b66d 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-trash.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-trash.imageset/Contents.json @@ -1 +1,15 @@ -{"images":[{"filename":"icon-trash.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"template-rendering-intent":"template","preserves-vector-representation":true}} +{ + "images": [ + { + "filename": "icon-trash.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "preserves-vector-representation": true + } +} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-upload.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-upload.imageset/Contents.json index 4be3446..4111286 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-upload.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/icon-upload.imageset/Contents.json @@ -1 +1,15 @@ -{"images":[{"filename":"icon-upload.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"template-rendering-intent":"template","preserves-vector-representation":true}} +{ + "images": [ + { + "filename": "icon-upload.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "preserves-vector-representation": true + } +} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-analysis-active.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-analysis-active.imageset/Contents.json index 5589aae..98508eb 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-analysis-active.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-analysis-active.imageset/Contents.json @@ -1 +1,15 @@ -{"images":[{"filename":"tab-analysis-active.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true}} +{ + "images": [ + { + "filename": "tab-analysis-active.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "preserves-vector-representation": true + } +} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-analysis.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-analysis.imageset/Contents.json index a61ddc0..9397ff4 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-analysis.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-analysis.imageset/Contents.json @@ -1 +1,15 @@ -{"images":[{"filename":"tab-analysis.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true}} +{ + "images": [ + { + "filename": "tab-analysis.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "preserves-vector-representation": true + } +} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-learn-active.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-learn-active.imageset/Contents.json index 66f536e..56565dd 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-learn-active.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-learn-active.imageset/Contents.json @@ -1,10 +1,15 @@ { - "images" : [ + "images": [ { - "filename" : "tab-learn-active.svg", - "idiom" : "universal" + "filename": "tab-learn-active.svg", + "idiom": "universal" } ], - "info" : { "author" : "xcode", "version" : 1 }, - "properties" : { "preserves-vector-representation" : true } -} + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "preserves-vector-representation": true + } +} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-learn.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-learn.imageset/Contents.json index 4f99d71..6d9a7b2 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-learn.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-learn.imageset/Contents.json @@ -1,15 +1,12 @@ { - "images" : [ + "images": [ { - "filename" : "tab-learn.svg", - "idiom" : "universal" + "filename": "tab-learn.svg", + "idiom": "universal" } ], - "info" : { - "author" : "xcode", - "version" : 1 - }, - "properties" : { - "template-rendering-intent" : "template" + "info": { + "author": "xcode", + "version": 1 } -} +} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-library-active.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-library-active.imageset/Contents.json index f443e90..b317d0e 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-library-active.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-library-active.imageset/Contents.json @@ -1 +1,15 @@ -{"images":[{"filename":"tab-library-active.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true}} +{ + "images": [ + { + "filename": "tab-library-active.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "preserves-vector-representation": true + } +} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-library.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-library.imageset/Contents.json index fd92be4..5934ac0 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-library.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-library.imageset/Contents.json @@ -1 +1,15 @@ -{"images":[{"filename":"tab-library.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true}} +{ + "images": [ + { + "filename": "tab-library.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "preserves-vector-representation": true + } +} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-profile-active.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-profile-active.imageset/Contents.json index ff188c0..79f7dce 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-profile-active.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-profile-active.imageset/Contents.json @@ -1 +1,15 @@ -{"images":[{"filename":"tab-profile-active.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true}} +{ + "images": [ + { + "filename": "tab-profile-active.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "preserves-vector-representation": true + } +} \ No newline at end of file diff --git a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-profile.imageset/Contents.json b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-profile.imageset/Contents.json index 656973b..0f5e87d 100644 --- a/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-profile.imageset/Contents.json +++ b/AIStudyApp/AIStudyApp/Assets.xcassets/Icons/tab-profile.imageset/Contents.json @@ -1 +1,15 @@ -{"images":[{"filename":"tab-profile.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true}} +{ + "images": [ + { + "filename": "tab-profile.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "preserves-vector-representation": true + } +} \ No newline at end of file