Showing
1 changed file
with
4 additions
and
4 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: 2025-01-28 12:00:00 | 4 | + * @LastEditTime: 2026-01-28 17:27:08 |
| 5 | * @FilePath: /mlaj/src/config/welcomeEntries.js | 5 | * @FilePath: /mlaj/src/config/welcomeEntries.js |
| 6 | * @Description: 欢迎页功能入口配置 | 6 | * @Description: 欢迎页功能入口配置 |
| 7 | */ | 7 | */ |
| ... | @@ -13,14 +13,14 @@ | ... | @@ -13,14 +13,14 @@ |
| 13 | export const welcomeEntries = [ | 13 | 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_1.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_1.png', |
| 25 | route: '/activity', | 25 | route: '/activity', |
| 26 | priority: 2, | 26 | priority: 2, |
| ... | @@ -29,7 +29,7 @@ export const welcomeEntries = [ | ... | @@ -29,7 +29,7 @@ export const welcomeEntries = [ |
| 29 | }, | 29 | }, |
| 30 | { | 30 | { |
| 31 | id: 'profile', | 31 | id: 'profile', |
| 32 | - title: '个人中心', | 32 | + title: '我的', |
| 33 | icon: 'https://cdn.ipadbiz.cn/mlaj/images/welcome_btn_1.png', | 33 | icon: 'https://cdn.ipadbiz.cn/mlaj/images/welcome_btn_1.png', |
| 34 | route: '/profile', | 34 | route: '/profile', |
| 35 | priority: 3 | 35 | priority: 3 | ... | ... |
-
Please register or login to post a comment