mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-06-17 00:20:41 +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: ->
|