Skip to content

Commit

Permalink
update some dependencies
Browse files Browse the repository at this point in the history
fix log y axis
  • Loading branch information
XZiar committed Aug 11, 2018
1 parent 038a041 commit c142353
Show file tree
Hide file tree
Showing 16 changed files with 11,977 additions and 2,220 deletions.
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* 修复回答/文章的ID解析。
* 启发页面现在包含文章。
* 增加等待动画。
* 更新第三方库。

## 1.0.9
* 无关痛痒的代码整理。
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
* [clipboard.js](https://clipboardjs.com/) Modern copy to clipboard [MIT License](https://zenorocha.mit-license.org/)
* [DataTables](https://datatables.net/) Table plug-in for jQuery [MIT License](https://datatables.net/license/mit)
* [echarts](http://echarts.baidu.com/) A powerful, interactive charting and visualization library for browser [BSD-3 License](./License/echarts.license)
* [noUiSlider](https://refreshless.com/nouislider/) A lightweight JavaScript range slider library [WTFPL License](https://github.com/leongersen/noUiSlider/blob/master/LICENSE)
* [css-loader](https://github.com/raphaelfabeni/css-loader) Simple loaders for your web applications using only one div and pure CSS [MIT License](https://github.com/raphaelfabeni/css-loader)

## License
Expand Down
3 changes: 2 additions & 1 deletion ZhiHuExt.sln
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,13 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "3rd", "3rd", "{30046561-6196-4231-96CA-494F6AD31CDB}"
ProjectSection(SolutionItems) = preProject
ZhiHuExt\3rd\js\3d-force-graph-1.10.1.js = ZhiHuExt\3rd\js\3d-force-graph-1.10.1.js
ZhiHuExt\3rd\js\clipboard.min.js = ZhiHuExt\3rd\js\clipboard.min.js
ZhiHuExt\3rd\js\clipboard.js = ZhiHuExt\3rd\js\clipboard.js
ZhiHuExt\3rd\js\dexie.d.ts = ZhiHuExt\3rd\js\dexie.d.ts
ZhiHuExt\3rd\js\dexie.js = ZhiHuExt\3rd\js\dexie.js
ZhiHuExt\3rd\js\dexie.js.map = ZhiHuExt\3rd\js\dexie.js.map
ZhiHuExt\3rd\js\echarts-wordcloud.js = ZhiHuExt\3rd\js\echarts-wordcloud.js
ZhiHuExt\3rd\js\echarts.js = ZhiHuExt\3rd\js\echarts.js
ZhiHuExt\3rd\js\ecStat.js = ZhiHuExt\3rd\js\ecStat.js
ZhiHuExt\3rd\js\jquery-3.2.1.min.js = ZhiHuExt\3rd\js\jquery-3.2.1.min.js
ZhiHuExt\3rd\js\jquery-3.2.1.min.map = ZhiHuExt\3rd\js\jquery-3.2.1.min.map
ZhiHuExt\3rd\js\jquery.dataTables.min.js = ZhiHuExt\3rd\js\jquery.dataTables.min.js
Expand Down
2 changes: 1 addition & 1 deletion ZhiHuExt/3rd/css/nouislider.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c142353

Please sign in to comment.