mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-12-17 16:34:32 +08:00
增加查看 devdocs 文档的功能
This commit is contained in:
110
features/default.json
Normal file
110
features/default.json
Normal file
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
3182
features/devdocs.json
Normal file
3182
features/devdocs.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user