mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-06 15:48:37 +08:00
* use wechatprogram subpackge default and speedup launch time * move gl.texSubImage2D adapater to PAL * refine * add getApp declare * fix texture rendering in device * move bundle require insert to load-module
17 lines
373 B
JSON
Executable File
17 lines
373 B
JSON
Executable File
{
|
|
"pages": [
|
|
"index"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "CocosCreator",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationStyle": "custom",
|
|
"pageOrientation": "portrait"
|
|
},
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json",
|
|
"subPackages": []
|
|
}
|