mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-25 20:25:30 +08:00
将测试用服务改为 SSH
This commit is contained in:
3
plugin/ssh/locale/zh_CN.json
Normal file
3
plugin/ssh/locale/zh_CN.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"name": "SSH"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
module.exports =
|
||||
enable: ->
|
||||
enable: (account, callback) ->
|
||||
|
||||
pause: ->
|
||||
pause: (account, callback) ->
|
||||
|
||||
delete: ->
|
||||
delete: (account, callback) ->
|
||||
|
||||
Reference in New Issue
Block a user