mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🎨 集市支持已安装的包单独显示 https://github.com/siyuan-note/siyuan/issues/5678
This commit is contained in:
parent
a563861ab8
commit
29021c8d02
6 changed files with 109 additions and 35 deletions
|
|
@ -97,6 +97,10 @@ func serveEmojis(ginServer *gin.Engine) {
|
|||
ginServer.Static("/emojis/", filepath.Join(util.DataDir, "emojis"))
|
||||
}
|
||||
|
||||
func serveTemplates(ginServer *gin.Engine) {
|
||||
ginServer.Static("/templates/", filepath.Join(util.DataDir, "templates"))
|
||||
}
|
||||
|
||||
func serveAppearance(ginServer *gin.Engine) {
|
||||
siyuan := ginServer.Group("", model.CheckAuth)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue