{{define "menuItems"}}
系统状态
入站列表
面板设置
其他
Github
退出登录
{{end}}
{{define "commonSider"}}
key.startsWith('http') ? window.open(key) : location.href = key">
{{template "menuItems" .}}
key.startsWith('http') ? window.open(key) : location.href = key">
{{template "menuItems" .}}
{{end}}