2025-02-18 17:11:31 +08:00
|
|
|
{
|
|
|
|
"pages": [
|
2025-02-27 17:15:17 +08:00
|
|
|
"pages/index/index",
|
2025-03-05 17:29:32 +08:00
|
|
|
"pages/login/login",
|
|
|
|
"pages/somethingmove/index"
|
2025-02-18 17:11:31 +08:00
|
|
|
],
|
|
|
|
"window": {
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
"navigationBarTitleText": "uni-app x",
|
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
2025-03-07 17:26:02 +08:00
|
|
|
"backgroundColor": "#F8F8F8",
|
|
|
|
"bounce": "none"
|
2025-02-18 17:11:31 +08:00
|
|
|
},
|
|
|
|
"usingComponents": {}
|
|
|
|
}
|