vb
This commit is contained in:
@@ -3,8 +3,8 @@ export default defineAppConfig({
|
||||
'pages/index/index',
|
||||
'pages/services/index',
|
||||
'pages/services/detail',
|
||||
'pages/ar/index',
|
||||
'pages/ar/detail',
|
||||
'pages/courses/index',
|
||||
'pages/courses/detail',
|
||||
'pages/goods/detail',
|
||||
'pages/cart/cart',
|
||||
'pages/order/checkout',
|
||||
@@ -25,14 +25,15 @@ export default defineAppConfig({
|
||||
],
|
||||
window: {
|
||||
backgroundTextStyle: 'light',
|
||||
navigationBarBackgroundColor: '#fff',
|
||||
navigationBarBackgroundColor: '#000000',
|
||||
navigationBarTitleText: 'Quant Speed Market',
|
||||
navigationBarTextStyle: 'black'
|
||||
navigationBarTextStyle: 'white'
|
||||
},
|
||||
tabBar: {
|
||||
color: "#999",
|
||||
selectedColor: "#333",
|
||||
backgroundColor: "#fff",
|
||||
color: "#666666",
|
||||
selectedColor: "#00b96b",
|
||||
backgroundColor: "#000000",
|
||||
borderStyle: "black",
|
||||
list: [
|
||||
{
|
||||
pagePath: "pages/index/index",
|
||||
@@ -43,13 +44,19 @@ export default defineAppConfig({
|
||||
{
|
||||
pagePath: "pages/services/index",
|
||||
text: "AI服务",
|
||||
iconPath: "./assets/cart.png", // Using cart icon as placeholder if no other icon available
|
||||
selectedIconPath: "./assets/cart_active.png"
|
||||
iconPath: "./assets/AI_service.png",
|
||||
selectedIconPath: "./assets/AI_service_active.png"
|
||||
},
|
||||
{
|
||||
pagePath: "pages/ar/index",
|
||||
text: "AR体验",
|
||||
iconPath: "./assets/cart.png", // Placeholder
|
||||
pagePath: "pages/courses/index",
|
||||
text: "VB课程",
|
||||
iconPath: "./assets/VR.png",
|
||||
selectedIconPath: "./assets/VR_active.png"
|
||||
},
|
||||
{
|
||||
pagePath: "pages/cart/cart",
|
||||
text: "购物车",
|
||||
iconPath: "./assets/cart.png",
|
||||
selectedIconPath: "./assets/cart_active.png"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user