IbpTeam / demo-webde

0 stars 0 forks source link

check property 'notShow' of web app || fix entry init bugs #235

Closed CannedFish closed 9 years ago

CannedFish commented 9 years ago

@huyuanzhe @Tanking-1988 内容:

  1. 初始化Web应用时检测'notShow'属性,决定是否在桌面显示
  2. 修复了桌面图标初始化时的错误

测试: 更新demo-rio至最新,启动桌面 https://github.com/IbpTeam/demo-rio/pull/762 在需要不显示的应用的package.json中加入notShow,如下: { "main": "index.html", "name": "应用注册/注销", "window": { "title": "应用注册/注销", "icon": "img/register_icon_3.jpg", "toolbar": false, "frame": true, "width": 500, "height": 275 }, "notShow": true }

huyuanzhe commented 9 years ago

ok

CannedFish commented 9 years ago

@Tanking-1988 修复冲突,可以merge了