mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-05-18 17:52:31 +08:00
13 lines
172 B
CoffeeScript
13 lines
172 B
CoffeeScript
module.exports =
|
|
update_passwd:
|
|
mode: 'custom'
|
|
callback: ->
|
|
|
|
killall:
|
|
mode: 'alert'
|
|
callback: ->
|
|
|
|
resetPermission:
|
|
mode: 'alert'
|
|
callback: ->
|