mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-16 00:50:56 +08:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
db13d92558
@ -128,6 +128,9 @@ func getEmojiConf(c *gin.Context) {
|
||||
if strings.HasPrefix(name, ".") {
|
||||
continue
|
||||
}
|
||||
if subCustomEmoji.IsDir() {
|
||||
continue
|
||||
}
|
||||
|
||||
addCustomEmoji(customEmoji.Name()+"/"+name, &items)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user