mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-24 03:35:59 +08:00
14 lines
215 B
CoffeeScript
14 lines
215 B
CoffeeScript
action = require './action'
|
|
service = require './service'
|
|
|
|
module.exports =
|
|
name: 'mysql'
|
|
type: 'service'
|
|
|
|
action: action
|
|
service: service
|
|
|
|
panel:
|
|
widget: service.widget
|
|
script: '/script/panel.js'
|