🎨 Convert network assets to local
no longer process webpage https://github.com/siyuan-note/siyuan/issues/9965
This commit is contained in:
parent
3de21e0a9e
commit
741c2764a4
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ func NetAssets2LocalAssets(rootID string) (err error) {
|
|||
request.SetRetryCount(1).SetRetryFixedInterval(3 * time.Second)
|
||||
resp, reqErr := request.Get(u)
|
||||
if strings.Contains(strings.ToLower(resp.GetContentType()), "text/html") {
|
||||
// 忽略超链接网页
|
||||
// 忽略超链接网页 `Convert network assets to local` no longer process webpage https://github.com/siyuan-note/siyuan/issues/9965
|
||||
return ast.WalkContinue
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue