mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 08:30:42 +02:00
🎨 Improve plain text comparison in data snapshot https://github.com/siyuan-note/siyuan/issues/13046
This commit is contained in:
parent
fb3bc9aa81
commit
f9f16cd3bb
2 changed files with 4 additions and 2 deletions
|
@ -433,6 +433,9 @@ func initMime() {
|
|||
|
||||
// 文档数据文件
|
||||
mime.AddExtensionType(".sy", "application/json")
|
||||
|
||||
mime.AddExtensionType(".md", "text/markdown")
|
||||
mime.AddExtensionType(".markdown", "text/markdown")
|
||||
}
|
||||
|
||||
func GetDataAssetsAbsPath() (ret string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue