🎨 Convert network assets to local no longer process webpage https://github.com/siyuan-note/siyuan/issues/9965

This commit is contained in:
Daniel 2023-12-25 12:35:09 +08:00
parent 3de21e0a9e
commit 741c2764a4
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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
}