mdserver-web/plugins/webssh/info.json

36 lines
647 B
JSON
Raw Normal View History

2018-12-05 03:24:39 -05:00
{
2023-01-19 13:11:07 -05:00
"hook":[
{
"tag":"menu",
"menu": {
"title":"终端管理",
"name":"webssh",
"path":"menu/index.html",
"css_path":"menu/index.css",
"js_path":"js/webssh.js"
}
2023-02-24 18:35:46 -05:00
},
{
"tag":"global_static",
"global_static": {
2023-02-24 18:48:32 -05:00
"title":"终端管理",
2023-02-24 18:35:46 -05:00
"name":"webssh",
"css_path":"menu/ico.css"
}
2023-01-19 13:11:07 -05:00
}
],
2018-12-05 03:24:39 -05:00
"id":3,
2019-01-12 08:29:07 -05:00
"title":"SSH终端",
2018-12-05 03:24:39 -05:00
"tip":"lib",
"name":"webssh",
"type":"扩展",
"ps":"完整功能的SSH客户端仅用于连接本服务器",
2023-01-19 13:11:07 -05:00
"versions":"2.0",
2018-12-10 06:17:40 -05:00
"shell":"install.sh",
"checks":"server/webssh",
2019-03-29 05:36:21 -04:00
"path": "server/webssh",
2022-09-20 05:17:47 -04:00
"author":"ssh",
2018-12-10 06:17:40 -05:00
"home":"",
"date":"2018-12-20",
2018-12-05 03:24:39 -05:00
"pid":"4"
}