Przeglądaj źródła

新分支,预处理

zhengkun 1 rok temu
rodzic
commit
22124c1965
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/jy/extract/extract.go

+ 1 - 0
src/jy/extract/extract.go

@@ -252,6 +252,7 @@ func (e *ExtractTask) PreInfo(doc map[string]interface{}) (j, jf *ju.Job, isSite
 	if utf8.RuneCountInString(detail) >= 100000 {
 		detail = detail[:100000]
 	}
+	
 	doc["detail"] = detail
 	isClearnMoney := !clearMoneyReg.MatchString(detail)
 	if isClearnMoney {