删除没用的

This commit is contained in:
life
2015-05-03 17:03:42 +08:00
parent 3d49deb575
commit 4e7bf30287
3 changed files with 1 additions and 43 deletions

View File

@@ -1,5 +1,5 @@
{
"name" : "Leanote",
"version" : "0.1.0",
"version" : "0.5",
"main" : "main.js"
}

View File

@@ -1,21 +0,0 @@
{
"name": "leanote",
"description": "leanote",
"version": "0.1",
"main": "note.html",
"node-remote": "http://leanote.com,https://leanote.com,http://app.leanote.com",
"window": {
"icon": "public/images/logo/leanote_icon_blue.png",
"toolbar": false,
"frame": false,
"transparent": true,
"min_width": 268,
"min_height": 346,
"width": 278,
"height": 356
}
//,
// "chromium-args": "--enable-smooth-scrolling"
}

View File

@@ -1,21 +0,0 @@
{
"name": "leanote",
"description": "leanote",
"version": "0.1",
"main": "note.html",
"node-remote": "http://leanote.com,https://leanote.com,http://app.leanote.com",
"window": {
"icon": "public/images/logo/leanote_icon_blue.png",
"toolbar": false,
"frame": true,
"transparent": false,
"min_width": 258,
"min_height": 326,
"width": 1100,
"height": 600
}
// ,
// "chromium-args": "--enable-smooth-scrolling"
}