mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-05-12 07:55:26 +08:00
11 lines
184 B
CoffeeScript
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'
|