From 45c2eb60e8a080d3848ba5dbdd91e55935e1ec46 Mon Sep 17 00:00:00 2001 From: Kay Date: Wed, 4 Sep 2024 18:45:59 +0800 Subject: [PATCH] Auto commit --- config.json | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/config.json b/config.json index d52ab2d..e5ca05c 100644 --- a/config.json +++ b/config.json @@ -1,11 +1,14 @@ { - "feeds": [ - { - "url": "http://www.geekpark.net/rss", - "num_entries": "all", - "update_frequency": 3600 - } - ] - } - - + "feeds": [ + { + "url": "https://example.com", + "num_entries": "all", + "update_frequency": 3600 + }, + { + "url": "https://example.com", + "num_entries": "5", + "update_frequency": 3600 + } + ] +}