feat: 更新应用图标和启动画面

- 将应用图标更改为 logo.jpeg,更新相关配置文件
- 删除旧的图标文件,确保资源整洁
- 更新启动画面使用新的 logo 图片,提升视觉一致性
- 在训练计划相关功能中集成新的 API 接口,支持训练计划的创建和管理
- 优化 Redux 状态管理,支持训练计划的加载和删除功能
- 更新样式以适应新图标和功能的展示
This commit is contained in:
richarjiang
2025-08-14 19:28:38 +08:00
parent 5d09cc05dc
commit 56d4c7fd7f
18 changed files with 1411 additions and 536 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

View File

@@ -1,7 +1,7 @@
{
"images": [
{
"filename": "App-Icon-1024x1024@1x.png",
"filename": "logo.jpeg",
"idiom": "universal",
"platform": "ios",
"size": "1024x1024"

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

View File

@@ -1,23 +1,23 @@
{
"images": [
"images" : [
{
"idiom": "universal",
"filename": "image.png",
"scale": "1x"
"filename" : "logo.jpeg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom": "universal",
"filename": "image@2x.png",
"scale": "2x"
"filename" : "logo 1.jpeg",
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom": "universal",
"filename": "image@3x.png",
"scale": "3x"
"filename" : "logo 2.jpeg",
"idiom" : "universal",
"scale" : "3x"
}
],
"info": {
"version": 1,
"author": "expo"
"info" : {
"author" : "xcode",
"version" : 1
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB