Skip to content

Commit ff0156a

Browse files
committed
chore: change to v0.1.2
1 parent 6616758 commit ff0156a

File tree

3 files changed

+25
-6
lines changed

3 files changed

+25
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
# [0.1.0](https://github.com/klren0312/ZSpider/compare/4fa15cd...v0.1.0) (2019-11-12)
1+
## <small>0.1.2 (2019-11-19)</small>
2+
3+
* feat: 代码应用中添加插入代码示例片段 ([6616758](https://github.com/klren0312/ZSpider/commit/6616758))
4+
* feat: 将相关操作接口提取出来 ([5eab5fd](https://github.com/klren0312/ZSpider/commit/5eab5fd))
5+
* feat: 日志写入文件 ([3323b06](https://github.com/klren0312/ZSpider/commit/3323b06))
6+
* feat: 添加可配置chrome路径 ([a2a3328](https://github.com/klren0312/ZSpider/commit/a2a3328))
7+
* fix: 代码运行时, 窗口无响应问题. 添加延时运行, 让日志框先弹出 ([7fb0082](https://github.com/klren0312/ZSpider/commit/7fb0082))
8+
* fix: 添加应用下拉改为click触发 ([4b25269](https://github.com/klren0312/ZSpider/commit/4b25269))
9+
* fix: 配置参数初始化代码取消注释 ([ff9b39c](https://github.com/klren0312/ZSpider/commit/ff9b39c))
10+
* chore: 添加changelog ([bbea50c](https://github.com/klren0312/ZSpider/commit/bbea50c))
11+
* chore: 添加示例应用.zpk文件; 修改文档 ([435cb8a](https://github.com/klren0312/ZSpider/commit/435cb8a))
12+
13+
14+
15+
# <small>0.1.0 (2019-11-12)</small>
216

317
### Bug Fixes
418

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- 本地应用上传, 远程应用获取
1111
- 客户端与服务端通信
1212
- 新增代码应用
13+
- 插入代码片段功能
1314

1415
### 开发与打包
1516

@@ -44,12 +45,16 @@ c.导入
4445

4546
#### 2.代码应用相关调用类库和方法
4647
```javascript
47-
{ name: 'reqest', info: 'HTTP请求库' },
48-
{ name: 'request-promise', info: '基于Promise的HTTP请求库' },
49-
{ name: 'cheerio', info: 'HTML解析库' },
50-
{ name: 'cheerio-tableparser', info: 'HTML表格解析库' },
48+
{ name: 'fs', info: 'NodeJS内置文件操作库' }
49+
{ name: 'path', info: 'NodeJS内置路径操作库' }
50+
{ name: 'reqest', info: 'HTTP请求库' }
51+
{ name: 'request-promise', info: '基于Promise的HTTP请求库' }
52+
{ name: 'cheerio', info: 'HTML解析库' }
53+
{ name: 'cheerio-tableparser', info: 'HTML表格解析的Cheerio插件' }
5154
{ name: 'mysql2', info: 'MySQL操作库' }
55+
{ name: 'puppeteer-core', info: '操作Chrome库' }
5256
{ name: 'dataDb', info: '操作本地JSON数据存储, 用于本地存储数据' }
57+
{ name: 'chromePath', info: '本地Chrome安装路径' }
5358
```
5459

5560
### 运行截图

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zspider",
3-
"version": "0.1.0",
3+
"version": "0.1.2",
44
"author": "ren <[email protected]>",
55
"description": "ZSpider",
66
"license": "MIT",

0 commit comments

Comments
 (0)