feat(custom):
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-20 18:18:16 +08:00
parent 1b1b724110
commit 94a4b5e1df
25 changed files with 330 additions and 345 deletions

View File

@@ -92,26 +92,26 @@ export default defineAppConfig({
list: [
{
pagePath: 'pages/index/index',
iconPath: 'static/tabbar/1-01.png',
selectedIconPath: 'static/tabbar/1-02.png',
iconPath: 'static/tabbar/1-0.png',
selectedIconPath: 'static/tabbar/1-1.png',
text: '首页',
},
{
pagePath: 'pages/game/gamehome/index',
iconPath: 'static/tabbar/2-01.png',
selectedIconPath: 'static/tabbar/2-02.png',
iconPath: 'static/tabbar/2-0.png',
selectedIconPath: 'static/tabbar/2-1.png',
text: '游戏',
},
{
pagePath: 'pages/cart/index',
iconPath: 'static/tabbar/3-01.png',
selectedIconPath: 'static/tabbar/3-02.png',
iconPath: 'static/tabbar/3-0.png',
selectedIconPath: 'static/tabbar/3-1.png',
text: '购物车',
},
{
pagePath: 'pages/user/index',
iconPath: 'static/tabbar/4-01.png',
selectedIconPath: 'static/tabbar/4-02.png',
iconPath: 'static/tabbar/4-0.png',
selectedIconPath: 'static/tabbar/4-1.png',
text: '我的',
},
],