This commit is contained in:
jysperm
2014-11-16 23:37:15 +08:00
parent 2ec317613d
commit 9fb8874123
7 changed files with 20 additions and 17 deletions

View File

@@ -11,6 +11,7 @@ linux = require './linux'
monitor = require './monitor'
exports.registerHook 'view.layout.menu_bar',
always_notice: true
href: '/public/monitor/'
t_body: 'plugins.linux.server_monitor'

View File

@@ -6,7 +6,7 @@ exports = module.exports = class RPVhostPlugin extends pluggable.Plugin
@type: 'extension'
exports.registerHook 'plugin.wiki.pages',
t_category: 'rpvhost'
t_category: 'plugins.rpvhost.site_name'
t_title: 'Terms.md'
language: 'zh_CN'
content_markdown: fs.readFileSync("#{__dirname}/wiki/Terms.md").toString()