Explorar o código

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

Daniel hai 1 ano
pai
achega
741c2764a4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      kernel/model/assets.go

+ 1 - 1
kernel/model/assets.go

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