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.
37 lines
798 B
37 lines
798 B
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/video/video",
|
|
"pages/music/music"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "中国古代数学",
|
|
"navigationBarBackgroundColor": "#ffffff"
|
|
},
|
|
"tabBar": {
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "主页"
|
|
},
|
|
{
|
|
"pagePath": "pages/video/video",
|
|
"text": "视频介绍"
|
|
},
|
|
{
|
|
"pagePath": "pages/music/music",
|
|
"text": "音乐欣赏"
|
|
}
|
|
],
|
|
"color": "#000",
|
|
"selectedColor": "#1AAD19",
|
|
"backgroundColor": "#fff",
|
|
"borderStyle": "black"
|
|
},
|
|
"style": "v2",
|
|
"componentFramework": "glass-easel",
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents"
|
|
}
|