[
  {
    "bookSourceName": "拾文阅读审核测试书源",
    "bookSourceGroup": "审核测试",
    "bookSourceUrl": "https://shiwen-reading-support.pages.dev/review-source/",
    "sourceType": "novel",
    "contentType": "novel",
    "enabled": true,
    "exploreUrl": "审核测试::https://shiwen-reading-support.pages.dev/review-source/",
    "searchUrl": "https://shiwen-reading-support.pages.dev/review-source/search.json",
    "ruleExplore": {
      "bookList": ".book-list li",
      "name": ".book-title",
      "author": ".author",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "bookDesc": ".desc",
      "lastChapter": ".latest-chapter"
    },
    "ruleSearch": {
      "bookList": "books",
      "name": "title",
      "author": "author",
      "bookUrl": "bookUrl",
      "coverUrl": "coverUrl",
      "bookDesc": "desc",
      "lastChapter": "latestChapter"
    },
    "ruleBookInfo": {
      "name": "h1",
      "author": ".author",
      "intro": ".intro",
      "lastChapter": ".last-chapter",
      "tocUrl": "a@text.目录"
    },
    "ruleToc": {
      "chapterList": ".chapter-list li",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "ruleContent": {
      "content": "article",
      "replaceRegex": ""
    }
  }
]
