Skip to content

Commit

Permalink
feat: release v2.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Jul 25, 2023
1 parent 5ec6a88 commit b4720a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/http/controllers/info_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ func (c *InfoController) Menu(ctx http.Context) {
{Name: "safe", Title: "系统安全", Icon: "layui-icon-auz", Jump: "safe"},
/*{Name: "file", Title: "文件管理", Icon: "layui-icon-file", Jump: "file"},*/
{Name: "cron", Title: "计划任务", Icon: "layui-icon-date", Jump: "cron"},
{Name: "ssh", Title: "SSH", Icon: "layui-icon-layer", Jump: "ssh"},
{Name: "plugin", Title: "插件中心", Icon: "layui-icon-app", Jump: "plugin"},
{Name: "setting", Title: "面板设置", Icon: "layui-icon-set", Jump: "setting"},
})
Expand Down
2 changes: 1 addition & 1 deletion config/panel.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ func init() {
config := facades.Config()
config.Add("panel", map[string]any{
"name": "耗子面板",
"version": "v2.0.15",
"version": "v2.0.17",
})
}

0 comments on commit b4720a1

Please sign in to comment.