您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

14 行
286 B

  1. {
  2. "base_url" : "https://yourdomain.tld/some-url",
  3. "feeds" : [
  4. {
  5. "source" : "https://a.newspaper.tld/news.xml",
  6. "destination": "newspaper.xml"
  7. },
  8. {
  9. "source" : "https://another.newspaper.tld/rss",
  10. "destination": "another-newspaper.xml"
  11. }
  12. ]
  13. }