You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
156 lines
5.1 KiB
156 lines
5.1 KiB
3 years ago
|
{
|
||
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
|
{
|
||
|
"path": "pages/index/index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "",
|
||
|
"navigationBarBackgroundColor": "#000000"
|
||
|
}
|
||
|
}
|
||
|
,{
|
||
|
"path" : "pages/index/register",
|
||
|
"style" :
|
||
|
{
|
||
|
"navigationBarTitleText": "",
|
||
|
"navigationBarBackgroundColor": "#000000"
|
||
|
}
|
||
|
|
||
|
}
|
||
|
,{
|
||
|
"path" : "pages/index/homepage",
|
||
|
"style" :
|
||
|
{
|
||
|
"navigationBarTitleText": "",
|
||
|
"navigationBarBackgroundColor": "#000000"
|
||
|
}
|
||
|
|
||
|
},
|
||
|
{
|
||
|
"path" : "pages/index/sample",
|
||
|
"style" :
|
||
|
{
|
||
|
"navigationBarTitleText": "",
|
||
|
"navigationBarBackgroundColor": "#000000"
|
||
|
}
|
||
|
|
||
|
}
|
||
|
,{
|
||
|
"path" : "pages/index/mine",
|
||
|
"style" :
|
||
|
{
|
||
|
"navigationBarTitleText": "",
|
||
|
"navigationBarBackgroundColor": "#000000"
|
||
|
}
|
||
|
|
||
|
}
|
||
|
,{
|
||
|
"path" : "pages/index/setting",
|
||
|
"style" :
|
||
|
{
|
||
|
"navigationBarTitleText": "設定",
|
||
|
"navigationBarBackgroundColor": "#000000",
|
||
|
"navigationBarTextStyle": "white"
|
||
|
}
|
||
|
|
||
|
}
|
||
|
,{
|
||
|
"path" : "pages/index/collection",
|
||
|
"style" :
|
||
|
{
|
||
|
"navigationBarTitleText": "私のコレクション",
|
||
|
"navigationBarBackgroundColor": "#000000",
|
||
|
"navigationBarTextStyle": "white"
|
||
|
}
|
||
|
|
||
|
}
|
||
|
,{
|
||
|
"path" : "pages/index/mylike",
|
||
|
"style" :
|
||
|
{
|
||
|
"navigationBarTitleText": "コレクションの詳細",
|
||
|
"navigationBarBackgroundColor": "#000000",
|
||
|
"navigationBarTextStyle": "white"
|
||
|
}
|
||
|
|
||
|
}
|
||
|
,{
|
||
|
"path" : "pages/index/workshow",
|
||
|
"style" :
|
||
|
{
|
||
|
"navigationBarTitleText": "コレクションの詳細",
|
||
|
"navigationBarBackgroundColor": "#000000",
|
||
|
"navigationBarTextStyle": "white"
|
||
|
}
|
||
|
|
||
|
}
|
||
|
,{
|
||
|
"path" : "pages/index/details",
|
||
|
"style" :
|
||
|
{
|
||
|
"navigationBarTitleText": "コレクションの詳細",
|
||
|
"navigationBarBackgroundColor": "#000000",
|
||
|
"navigationBarTextStyle": "white"
|
||
|
}
|
||
|
|
||
|
}
|
||
|
,{
|
||
|
"path" : "pages/index/updateinfo",
|
||
|
"style" :
|
||
|
{
|
||
|
"navigationBarTitleText": "資料の変更",
|
||
|
"navigationBarBackgroundColor": "#000000",
|
||
|
"navigationBarTextStyle": "white"
|
||
|
}
|
||
|
|
||
|
}
|
||
|
,{
|
||
|
"path" : "pages/index/updateinfoone",
|
||
|
"style" :
|
||
|
{
|
||
|
"navigationBarTitleText": "資料の変更",
|
||
|
"navigationBarBackgroundColor": "#000000",
|
||
|
"navigationBarTextStyle": "white"
|
||
|
}
|
||
|
|
||
|
}
|
||
|
,{
|
||
|
"path" : "pages/index/text",
|
||
|
"style" :
|
||
|
{
|
||
|
"navigationBarTitleText": "",
|
||
|
"navigationBarBackgroundColor": "#000000",
|
||
|
"navigationBarTextStyle": "white"
|
||
|
}
|
||
|
|
||
|
}
|
||
|
],
|
||
|
"globalStyle": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "uni-app",
|
||
|
"navigationBarBackgroundColor": "#F8F8F8",
|
||
|
"backgroundColor": "#F8F8F8"
|
||
|
},
|
||
|
"tabBar": {
|
||
|
"color": "#B4B4B4 ",
|
||
|
"selectedColor": "#7D002F ",
|
||
|
"borderStyle": "black",
|
||
|
"backgroundColor": "#000000",
|
||
|
"list": [{
|
||
|
"pagePath": "pages/index/homepage",
|
||
|
"iconPath": "static/a.png",
|
||
|
"selectedIconPath": "static/as.png",
|
||
|
"text": "ホーム"
|
||
|
}, {
|
||
|
"pagePath": "pages/index/sample",
|
||
|
"iconPath": "static/2.png",
|
||
|
"selectedIconPath": "static/2s.png",
|
||
|
"text": "探す"
|
||
|
},{
|
||
|
"pagePath": "pages/index/mine",
|
||
|
"iconPath": "static/3.png",
|
||
|
"selectedIconPath": "static/3s.png",
|
||
|
"text": "マイ"
|
||
|
}]
|
||
|
}
|
||
|
}
|