mirror of
https://github.com/sanyuered/WeChat-MiniProgram-AR-WASM.git
synced 2025-12-24 13:28:12 +08:00
26 lines
453 B
JSON
26 lines
453 B
JSON
{
|
|
"pages": [
|
|
"pages/index"
|
|
],
|
|
"subpackages": [
|
|
{
|
|
"root": "package_lesson1",
|
|
"pages": [
|
|
"index"
|
|
]
|
|
},
|
|
{
|
|
"root": "package_lesson2",
|
|
"pages": [
|
|
"index"
|
|
]
|
|
}
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "运行WASM",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"sitemapLocation": "sitemap.json"
|
|
} |