mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 20:17:53 +08:00
修复普通文件附件
This commit is contained in:
parent
dc214bc038
commit
95408e4b0d
@ -615,9 +615,9 @@ func (book *Book) ImportBook(zipPath string) error {
|
||||
|
||||
filetil.CopyFile(linkPath, dstPath)
|
||||
|
||||
link = strings.TrimPrefix(strings.Replace(dstPath, "\\", "/", -1), strings.Replace(conf.WorkingDirectory, "\\", "/", -1))
|
||||
tempLink := strings.TrimPrefix(strings.Replace(dstPath, "\\", "/", -1), strings.Replace(conf.WorkingDirectory, "\\", "/", -1))
|
||||
|
||||
link = strings.TrimSuffix(link, originalLink+")") + link + ")"
|
||||
link = strings.TrimSuffix(tempLink, originalLink+")") + link + ")"
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user