mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-26 12:45:39 +08:00
fixbugs
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user