mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🐛 API getFile/putFile does not perform read-write lock Fix https://github.com/siyuan-note/siyuan/issues/7832
This commit is contained in:
parent
4fa0c283ff
commit
8545454f74
3 changed files with 21 additions and 10 deletions
|
|
@ -380,6 +380,9 @@ func initMime() {
|
|||
mime.AddExtensionType(".dxf", "image/x-dxf")
|
||||
mime.AddExtensionType(".dwf", "drawing/x-dwf")
|
||||
mime.AddExtensionType(".pdf", "application/pdf")
|
||||
|
||||
// 文档数据文件
|
||||
mime.AddExtensionType(".sy", "application/json")
|
||||
}
|
||||
|
||||
func initPandoc() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue