1.隐藏普通用户添加文章按钮;2.登录页面添加滚动条;3.其他替换修改

This commit is contained in:
root
2024-07-10 15:32:19 +08:00
parent bc457dedaa
commit ae19bdc3f8
63 changed files with 404 additions and 79 deletions

View File

@@ -206,7 +206,7 @@ func (c *DocumentController) Read() {
data.DocIdentify = doc.Identify
data.DocTitle = doc.DocumentName
data.Body = doc.Release
data.Title = doc.DocumentName + " - Powered by MinDoc"
data.Title = doc.DocumentName + " - Powered by SSHotRiver"
data.Version = doc.Version
data.ViewCount = doc.ViewCount
data.MarkdownTheme = doc.MarkdownTheme