diff --git a/main.go b/main.go index 4416d03..7601dc9 100644 --- a/main.go +++ b/main.go @@ -69,7 +69,7 @@ func zhihuDaily(w http.ResponseWriter, req *http.Request) { func tjxz(w http.ResponseWriter, r *http.Request) { io.WriteString(w, fetch("https://feedx.best/rss/tjxz.xml", func(s string) string { - return filterItem(s, time.Now(), 0) + return filterItem(s, time.Now(), 1) })) } func bbcLearn(w http.ResponseWriter, _ *http.Request) {