能否添加自动缓存功能?防止网页在没有内容更新的情况下提醒。

网页的标题顺序变化后会检测为网页更新,但实际上没有增加新内容,只是把文章标题的顺序改变了。能否增加缓存功能,防止这部分误报?
因为很可能网页是根据点击量的热度进行排序的,一旦有每个标题的热度有变化,就会导致帖子标题的顺序发生相应的变化。

Thanks for reaching out. If I understand correctly, you need to not get alerts when only change in the page is reordering of content. This can be achieved by using condition:

net added text is not empty.

The net added content doesn’t include any text that is reordered in the page.

Let me know if this is not what you were looking for.