mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-10-09 15:33:29 +08:00
v0.0.3
This commit is contained in:
@@ -1,128 +1 @@
|
||||
{
|
||||
"linux": {
|
||||
"features": {
|
||||
"code": "linux",
|
||||
"explain": "linux命令大全",
|
||||
"cmds": ["linux命令"],
|
||||
"icon": "logo/linux.png"
|
||||
},
|
||||
"type": "default"
|
||||
},
|
||||
"php": {
|
||||
"features": {
|
||||
"code": "php",
|
||||
"explain": "官方php函数文档",
|
||||
"cmds": ["php函数"],
|
||||
"icon": "logo/php.png"
|
||||
},
|
||||
"type": "default"
|
||||
},
|
||||
"python": {
|
||||
"features": {
|
||||
"code": "python",
|
||||
"explain": "官方python标准库及常用第三方库文档",
|
||||
"cmds": ["python库"],
|
||||
"icon": "logo/python.png"
|
||||
},
|
||||
"type": "default"
|
||||
},
|
||||
"PyQt5": {
|
||||
"features": {
|
||||
"code": "PyQt5",
|
||||
"explain": "zetcode的PyQt5文档翻译版",
|
||||
"cmds": ["PyQt5文档"],
|
||||
"icon": "logo/PyQt5.png"
|
||||
},
|
||||
"type": "default"
|
||||
},
|
||||
"c": {
|
||||
"features": {
|
||||
"code": "c",
|
||||
"explain": "C语言函数速查",
|
||||
"cmds": ["C函数"],
|
||||
"icon": "logo/c.png"
|
||||
},
|
||||
"type": "default"
|
||||
},
|
||||
"javascript": {
|
||||
"features": {
|
||||
"code": "javascript",
|
||||
"explain": "MDN javascript中文文档",
|
||||
"cmds": ["js文档"],
|
||||
"icon": "logo/javascript.png"
|
||||
},
|
||||
"type": "default"
|
||||
},
|
||||
"jQuery": {
|
||||
"features": {
|
||||
"code": "jQuery",
|
||||
"explain": "jQuery官方中文文档",
|
||||
"cmds": ["jQuery文档"],
|
||||
"icon": "logo/jQuery.png"
|
||||
},
|
||||
"type": "default"
|
||||
},
|
||||
"vue": {
|
||||
"features": {
|
||||
"code": "vue",
|
||||
"explain": "vue官方中文API文档",
|
||||
"cmds": ["vue文档"],
|
||||
"icon": "logo/vue.png"
|
||||
},
|
||||
"type": "default"
|
||||
},
|
||||
"vim": {
|
||||
"features": {
|
||||
"code": "vim",
|
||||
"explain": "vim命令大全",
|
||||
"cmds": ["vim命令"],
|
||||
"icon": "logo/vim.png"
|
||||
},
|
||||
"type": "default"
|
||||
},
|
||||
"git": {
|
||||
"features": {
|
||||
"code": "git",
|
||||
"explain": "git命令概览",
|
||||
"cmds": ["git命令"],
|
||||
"icon": "logo/git.png"
|
||||
},
|
||||
"type": "default"
|
||||
},
|
||||
"docker": {
|
||||
"features": {
|
||||
"code": "docker",
|
||||
"explain": "docker常用命令",
|
||||
"cmds": ["docker命令"],
|
||||
"icon": "logo/docker.png"
|
||||
},
|
||||
"type": "default"
|
||||
},
|
||||
"sql": {
|
||||
"features": {
|
||||
"code": "sql",
|
||||
"explain": "sql操作手册",
|
||||
"cmds": ["sql手册"],
|
||||
"icon": "logo/sql.png"
|
||||
},
|
||||
"type": "default"
|
||||
},
|
||||
"utools": {
|
||||
"features": {
|
||||
"code": "utools",
|
||||
"explain": "uTools的API文档",
|
||||
"cmds": ["uToolsAPI"],
|
||||
"icon": "logo/utools.png"
|
||||
},
|
||||
"type": "default"
|
||||
},
|
||||
"payload": {
|
||||
"features": {
|
||||
"code": "payload",
|
||||
"explain": "一些网络安全测试的常用Payload",
|
||||
"cmds": ["payload"],
|
||||
"icon": "logo/payload.png"
|
||||
},
|
||||
"type": "default"
|
||||
}
|
||||
}
|
||||
{ "linux": { "features": { "code": "linux", "explain": "linux命令大全", "cmds": ["linux命令"], "icon": "logo/linux.png" }, "type": "default" }, "php": { "features": { "code": "php", "explain": "官方php函数文档", "cmds": ["php函数"], "icon": "logo/php.png" }, "type": "default" }, "python": { "features": { "code": "python", "explain": "官方python标准库及常用第三方库文档", "cmds": ["python库"], "icon": "logo/python.png" }, "type": "default" }, "PyQt5": { "features": { "code": "PyQt5", "explain": "zetcode的PyQt5文档翻译版", "cmds": ["PyQt5文档"], "icon": "logo/PyQt5.png" }, "type": "default" }, "c": { "features": { "code": "c", "explain": "C语言函数速查", "cmds": ["C函数"], "icon": "logo/c.png" }, "type": "default" }, "javascript": { "features": { "code": "javascript", "explain": "MDN javascript中文文档", "cmds": ["js文档"], "icon": "logo/javascript.png" }, "type": "default" }, "jQuery": { "features": { "code": "jQuery", "explain": "jQuery官方中文文档", "cmds": ["jQuery文档"], "icon": "logo/jQuery.png" }, "type": "default" }, "vue": { "features": { "code": "vue", "explain": "vue官方中文API文档", "cmds": ["vue文档"], "icon": "logo/vue.png" }, "type": "default" }, "vim": { "features": { "code": "vim", "explain": "vim命令大全", "cmds": ["vim命令"], "icon": "logo/vim.png" }, "type": "default" }, "git": { "features": { "code": "git", "explain": "git命令概览", "cmds": ["git命令"], "icon": "logo/git.png" }, "type": "default" }, "docker": { "features": { "code": "docker", "explain": "docker常用命令", "cmds": ["docker命令"], "icon": "logo/docker.png" }, "type": "default" }, "sql": { "features": { "code": "sql", "explain": "sql操作手册", "cmds": ["sql手册"], "icon": "logo/sql.png" }, "type": "default" }, "utools": { "features": { "code": "utools", "explain": "uTools的API文档", "cmds": ["uToolsAPI"], "icon": "logo/utools.png" }, "type": "default" }, "payload": { "features": { "code": "payload", "explain": "一些网络安全测试的常用Payload", "cmds": ["payload"], "icon": "logo/payload.png" }, "type": "default" } }
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user