Files
RootPanel/plugin/shadowsocks/index.coffee
2014-08-24 21:11:51 +08:00

21 lines
388 B
CoffeeScript

service = require './service'
action = require './action'
module.exports =
name: 'shadowsocks'
type: 'service'
action: action
service: service
layout:
style: '/style/layout.css'
panel:
widget: service.widget
script: '/script/panel.js'
style: '/style/panel.css'
service.monitoring()
setInterval service.monitoring, config.plugins.shadowsocks.monitor_cycle