This commit is contained in:
fofolee 2020-06-28 23:41:55 +08:00
parent c5038f634f
commit 201406f8ca
4 changed files with 19 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# 程序员手册 V1.1.2
# 程序员手册 V1.1.4
## 简介
@ -58,6 +58,7 @@
- php手册 | [官方中文文档](https://www.php.net/download-docs.php)
- linux手册 | [离线手册linux-command@jaywcjlove](https://github.com/jaywcjlove/linux-command) [原始数据linuxde.net](http://man.linuxde.net/)
- tmux 快捷键 | [ryuzheng提供](https://github.com/ryuzheng/TmuxCheatSheet) [中文原版](https://gist.github.com/ryerh/14b7c24dfd623ef8edc7) [英文原版](https://gist.github.com/MohamedAlaa/2961058)
- python手册 | [官方文档一译翻译版](https://yiyibooks.cn/xx/python_352/library/index.html)
- beautifulSoup | [官方中文文档](https://www.crummy.com/software/BeautifulSoup/bs4/doc/index.zh.html)
- requests | [官方中文文档](https://2.python-requests.org//zh_CN/latest/user/quickstart.html)
@ -67,6 +68,7 @@
- PyQt5文档 | [PyQt5中文教程](https://github.com/maicss/PyQt5-Chinese-tutorial)
- C函数 | C语言函数速查Knocker 2004.7.7 版本 0.5
- win32api | 新编win32api大全.chm
- go | [@永远の明日](https://yuanliao.info/u/21504), [源文档](https://studygolang.com/)
- vim命令 | [awesome-cheatsheets](https://github.com/skywind3000/awesome-cheatsheets/blob/master/editors/vim.txt)
- git命令 | [php中文网git开发手册](http://www.php.cn/manual/view/34942.html)
- sql手册 | [php中文网sql参考手册](http://www.php.cn/manual/view/21301.html)

View File

@ -1,3 +1,15 @@
### v1.1.4
- 修复某些情况下导航目录被遮挡的 bug
- 兼容暗黑模式50%
- 修复按 S 搜藏时无法跳转到备忘(收藏)插件的 bug
- linux 收手册下新增一个 tmux 快捷键 [ryuzheng提供](https://github.com/ryuzheng/TmuxCheatSheet) [中文原版](https://gist.github.com/ryerh/14b7c24dfd623ef8edc7) [英文原版](https://gist.github.com/MohamedAlaa/2961058)
### v1.1.3
- 新增 go 文档,来自网友[@永远の明日](https://yuanliao.info/u/21504), [源文档](https://studygolang.com/)
### v1.1.2
- 新增功能

View File

@ -1,4 +1,4 @@
# 程序员手册 V1.1.2
# 程序员手册 V1.1.4
## 简介
@ -58,6 +58,7 @@
- php手册 | [官方中文文档](https://www.php.net/download-docs.php)
- linux手册 | [离线手册linux-command@jaywcjlove](https://github.com/jaywcjlove/linux-command) [原始数据linuxde.net](http://man.linuxde.net/)
- tmux 快捷键 | [ryuzheng提供](https://github.com/ryuzheng/TmuxCheatSheet) [中文原版](https://gist.github.com/ryerh/14b7c24dfd623ef8edc7) [英文原版](https://gist.github.com/MohamedAlaa/2961058)
- python手册 | [官方文档一译翻译版](https://yiyibooks.cn/xx/python_352/library/index.html)
- beautifulSoup | [官方中文文档](https://www.crummy.com/software/BeautifulSoup/bs4/doc/index.zh.html)
- requests | [官方中文文档](https://2.python-requests.org//zh_CN/latest/user/quickstart.html)
@ -67,6 +68,7 @@
- PyQt5文档 | [PyQt5中文教程](https://github.com/maicss/PyQt5-Chinese-tutorial)
- C函数 | C语言函数速查Knocker 2004.7.7 版本 0.5
- win32api | 新编win32api大全.chm
- go | [@永远の明日](https://yuanliao.info/u/21504), [源文档](https://studygolang.com/)
- vim命令 | [awesome-cheatsheets](https://github.com/skywind3000/awesome-cheatsheets/blob/master/editors/vim.txt)
- git命令 | [php中文网git开发手册](http://www.php.cn/manual/view/34942.html)
- sql手册 | [php中文网sql参考手册](http://www.php.cn/manual/view/21301.html)

View File

@ -4,7 +4,7 @@
"main": "index.html",
"homepage": "https://github.com/fofolee/uTools-Manuals",
"publishPage": "https://yuanliao.info/d/356",
"version": "1.1.2",
"version": "1.1.4",
"author": "云之轩",
"logo": "logo.png",
"platform": [ "win32", "darwin", "linux" ],