Files
RootPanel/plugin/rpvhost/index.coffee
2014-08-20 16:05:54 +08:00

11 lines
184 B
CoffeeScript

action = require './action'
app.view_hook.menu_bar.push
href: '//blog.rpvhost.net'
target: '_blank'
html: '官方博客'
module.exports =
name: 'rpvhost'
type: 'extension'