Update (rss): add domain blacklist

This commit is contained in:
2023-11-23 21:40:53 +08:00
parent 0a1987f593
commit 1f7bfb130e
4 changed files with 58 additions and 18 deletions

View File

@@ -57,6 +57,8 @@
$last_record = RssPost::whereNull('post_domain')->orderBy('id', 'DESC')->first();
dd($last_record);
for ($i = 1; $i <= $last_record->id; $i++) {
$rss_post = RssPost::find($i);