mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-22 15:04:07 +01:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
136a7f0d41
commit
e17236b440
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ func Upload(c *gin.Context) {
|
|||
}
|
||||
|
||||
if "" != existAssetPath && !strings.HasPrefix(hash, "random_") {
|
||||
succMap[baseName] = existAssetPath
|
||||
succMap[baseName] = strings.TrimPrefix(existAssetPath, "/")
|
||||
} else {
|
||||
if skipIfDuplicated {
|
||||
// 复制 PDF 矩形注解时不再重复插入图片 No longer upload image repeatedly when copying PDF rectangle annotation https://github.com/siyuan-note/siyuan/issues/10666
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue