fix: 修正欢迎页活动入口图标错误
将课程入口图标从welcome_btn_1.png改为welcome_btn_3.png 将活动入口图标从welcome_btn_1.png改为welcome_btn_2.png
Showing
1 changed file
with
3 additions
and
3 deletions
| 1 | /* | 1 | /* |
| 2 | * @Date: 2025-01-28 12:00:00 | 2 | * @Date: 2025-01-28 12:00:00 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2026-01-28 17:27:08 | 4 | + * @LastEditTime: 2026-01-28 17:37:19 |
| 5 | * @FilePath: /mlaj/src/config/welcomeEntries.js | 5 | * @FilePath: /mlaj/src/config/welcomeEntries.js |
| 6 | * @Description: 欢迎页功能入口配置 | 6 | * @Description: 欢迎页功能入口配置 |
| 7 | */ | 7 | */ |
| ... | @@ -14,14 +14,14 @@ export const welcomeEntries = [ | ... | @@ -14,14 +14,14 @@ export const welcomeEntries = [ |
| 14 | { | 14 | { |
| 15 | id: 'courses', | 15 | id: 'courses', |
| 16 | title: '课程', | 16 | title: '课程', |
| 17 | - icon: 'https://cdn.ipadbiz.cn/mlaj/images/welcome_btn_1.png', | 17 | + icon: 'https://cdn.ipadbiz.cn/mlaj/images/welcome_btn_3.png', |
| 18 | route: '/courses', | 18 | route: '/courses', |
| 19 | priority: 1 | 19 | priority: 1 |
| 20 | }, | 20 | }, |
| 21 | { | 21 | { |
| 22 | id: 'activity', | 22 | id: 'activity', |
| 23 | title: '活动', | 23 | title: '活动', |
| 24 | - icon: 'https://cdn.ipadbiz.cn/mlaj/images/welcome_btn_1.png', | 24 | + icon: 'https://cdn.ipadbiz.cn/mlaj/images/welcome_btn_2.png', |
| 25 | route: '/activity', | 25 | route: '/activity', |
| 26 | priority: 2, | 26 | priority: 2, |
| 27 | isExternal: true, | 27 | isExternal: true, | ... | ... |
-
Please register or login to post a comment