-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 2.59 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "bobo-electron",
"version": "1.2.11",
"manifest": [{
"version": "1.2.0",
"file": ["lulu.js", "index.html", "main.css", "renderer.js", "symbol-defs.svg"],
"detail": ["新增项目编辑功能", "增加右键复制剪切粘贴功能", "修复起点、创世书籍分发跳转的一个bug", "支持版本检测与更新"]
}, {
"version": "1.2.1",
"file": ["lulu.js", "index.html", "renderer.js"],
"detail": ["修复Datalist失效问题", "自动升级机制更健壮"]
}, {
"version": "1.2.2",
"file": ["renderer.js", "src/index.html", "src/css/style.css"],
"detail": ["App内分享按钮智能显示", "内置响应式rem开发CSS代码"]
}, {
"version": "1.2.3",
"file": ["renderer.js", "src/css/style.css"],
"detail": ["修复每次SVN地址都会多一层tapid的问题", "增加img元素的css reset兼容低版本IE"]
}, {
"version": "1.2.4",
"file": ["renderer.js", "index.html", "src/index.html", "src/css/style.css"],
"detail": ["增加动态模块等文档说明", "增加对海外版页面的支持", "支持更新时候删除文件"]
}, {
"version": "1.2.5",
"file": ["renderer.js", "index.html", "main.css"],
"detail": ["增加项目删除功能", "统计代码优先基于当前域名确定", "修复不勾选压缩不生成线上模板的问题", "海外版增加ga统计"]
}, {
"version": "1.2.6",
"file": ["renderer.js", "index.html"],
"detail": ["增加小说阅读和红袖的域名统计", "统计代码增加cid属性"]
}, {
"version": "1.2.7",
"file": ["src/index.html"],
"detail": ["架手架页面底部版权年份变成动态", "增加转义HTML标签字符的说明"]
}, {
"version": "1.2.8",
"file": [],
"detail": ["增加CSS快捷书写功能【已撤销】"]
}, {
"version": "1.2.9",
"file": ["renderer.js"],
"detail": ["HTML压缩空格不完全剔除"]
}, {
"version": "1.2.10",
"file": ["renderer.js"],
"detail": ["添加acts.yuewen.com统计代码"]
}, {
"version": "1.2.11",
"file": ["renderer.js"],
"detail": ["添加activity.write.qq.com统计代码"]
}],
"description": "波波Electron桌面版",
"main": "main.js",
"scripts": {
"start": "electron .",
"package": "electron-packager . bobo --out ../electron"
},
"repository": "https://github.com/yued-fe/bobo-electron",
"keywords": [
"Electron",
"bobo"
],
"author": "YUED",
"license": "CC0-1.0",
"devDependencies": {
"electron": "~1.6.2",
"html-minifier": "^3.4.3"
}
}