Commit 6cc2217a authored by hbcui1984's avatar hbcui1984

更改hello mui中manifest文件中waiting节点描述

parent 40f75e82
......@@ -109,7 +109,7 @@
"popGesture": "close",/*设置应用默认侧滑返回关闭Webview窗口,none为无侧滑返回功能,hide为侧滑隐藏Webview窗口。参考ask.dcloud.net.cn/article/102*/
"splashscreen": {
"autoclose": false,/*如果为true,程序启动的图片可以自动关闭,如果为false,开发者需要手动关闭*/
"waiting": true/*autoclose设置为false时生效,在此事件后,启动图片自动关闭,单位为毫秒*/
"waiting": true/*是否在程序启动界面显示等待雪花,true表示显示,false表示不显示。*/
},
"runmode": "liberate",/*两个值,liberate或normal,前者在应用安装时释放资源,后者不需要释放资源*/
"signature": "Sk9JTiBVUyBtYWlsdG86aHIyMDEzQGRjbG91ZC5pbw==",/*可选,保留给应用签名,暂不使用*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment